From 443c16bdeeeb4feba9fb83c2f38122403761036c Mon Sep 17 00:00:00 2001 From: MoOx <157534+MoOx@users.noreply.github.com> Date: Wed, 25 Apr 2018 20:51:26 +0200 Subject: [PATCH] Safari now supports Intl since v10 EOM :) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e74973c..f413cf4 100644 --- a/README.md +++ b/README.md @@ -82,9 +82,9 @@ Usage ### `Intl` Dependency -This package assumes that the [`Intl`][Intl] global object exists in the runtime. `Intl` is present in all modern browsers _except_ Safari, and there's work happening to [integrate `Intl` into Node.js][Intl-Node]. +This package assumes that the [`Intl`][Intl] global object exists in the runtime. `Intl` is present in all modern browsers, and there's work happening to [integrate `Intl` into Node.js][Intl-Node]. -**Luckly, there's the [Intl.js][] polyfill!** You will need to conditionally load the polyfill if you want to support runtimes which `Intl` is not already built-in. +**Luckly, there's the [Intl.js][] polyfill!** You will need to conditionally load the polyfill if you want to support runtimes which `Intl` is not already built-in. See [Browser compatibility table](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl#Browser_compatibility) if you have doubts. ### Loading IntlRelativeFormat in Node.js