PluralRules.prototype
The Intl.PluralRules.prototype
property represents the prototype object for the Intl.PluralRules
constructor.
Writable | no |
Enumerable | no |
Configurable | no |
Description
See PluralRules
for a description of Intl.PluralRules
instances.
Intl.PluralRules
instances inherit from Intl.PluralRules.prototype
. Modifications to the prototype object are inherited by all Intl.PluralRules
instances.
Properties
Intl.PluralRules.prototype.constructor
- A reference to
Intl.PluralRules
.
Methods
Intl.PluralRules.prototype.resolvedOptions()
- Returns a new object with properties reflecting the locale and collation options computed during initialization of the object.
Intl.PluralRules.prototype.select()
- Returns a
String
indicating which plurar rule to use for locale-aware formatting.
Specifications
|
Desktop |
|
Chrome |
Edge |
Firefox |
Internet Explorer |
Opera |
Safari |
Basic support |
63 |
Yes |
58 |
No |
50 |
No |
|
Mobile |
|
Android webview |
Chrome for Android |
Edge Mobile |
Firefox for Android |
Opera for Android |
iOS Safari |
Samsung Internet |
Basic support |
63 |
63 |
No |
58 |
50 |
No |
No |
|
Server |
|
Node.js |
Basic support |
No |
See also