You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Type definitions and low-level bindings for the [ECMA 402 specification for the `Intl` object](https://tc39.es/ecma402/#intl-object).
10
-
11
-
> **Note**
12
-
> Implementations of the specification vary across platforms. For example `Intl.supportedValuesOf` will return different values when run in Node compared to Chrome or Firefox, etc. Some areas of the API may only have partial support—check the [MDN browser compatibility tables](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl#browser_compatibility).
9
+
Type definitions and low-level bindings for the `Intl` object.
13
10
14
11
## Installation
15
12
@@ -20,7 +17,8 @@ spago install js-intl
20
17
## Documentation
21
18
22
19
Module documentation is [published on Pursuit](http://pursuit.purescript.org/packages/purescript-js-intl).
23
-
See also, MDN Documentation on `Intl`: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl.
20
+
21
+
See also: the official specification published [here](https://tc39.es/ecma402/), MDN documentation [here](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl).
24
22
25
23
## How to use this library
26
24
@@ -45,7 +43,7 @@ import JS.Intl.Locale as Locale
45
43
import JS.Intl.NumberFormat as NumberFormat
46
44
import JS.Intl.Options.Notation as Notation
47
45
import JS.Intl.Options.NumberFormatStyle as NumberFormatStyle
Type definitions and low-level bindings for the [ECMA 402 specification for the `Intl` object](https://tc39.es/ecma402/#intl-object).
8
-
9
-
> **Note**
10
-
> Implementations of the specification vary across platforms. For example `Intl.supportedValuesOf` will return different values when run in Node compared to Chrome or Firefox, etc. Some areas of the API may only have partial support—check the [MDN browser compatibility tables](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl#browser_compatibility).
7
+
Type definitions and low-level bindings for the `Intl` object.
11
8
12
9
## Installation
13
10
@@ -18,7 +15,8 @@ spago install js-intl
18
15
## Documentation
19
16
20
17
Module documentation is [published on Pursuit](http://pursuit.purescript.org/packages/purescript-js-intl).
21
-
See also, MDN Documentation on `Intl`: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl.
18
+
19
+
See also: the official specification published [here](https://tc39.es/ecma402/), MDN documentation [here](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl).
0 commit comments