JS Intl.ListFormat.prototype
The Intl.ListFormat.prototype
property represents the prototype object for the Intl.ListFormat
constructor.
Property attributes of Intl.ListFormat.prototype |
---|
Writable |
Enumerable |
Configurable |
Description
See ListFormat
for a description of Intl.ListFormat
instances.
Intl.ListFormat
instances inherit from Intl.ListFormat.prototype
. Modifications to the prototype object are inherited by all Intl.ListFormat
instances.
Properties
Intl.ListFormat.prototype.constructor
A reference to Intl.ListFormat
.
Specifications
Specification | Status | Comment |
---|---|---|
Intl.ListFormat.prototype proposal | Stage 3 |