The Intl.ListFormat object is a constructor for objects that language-sensitive list formatting.
The Intl.ListFormat object is a constructor for objects that language-sensitive list formatting.
(intl this & args)
Method.
The format() method returns a string that has been formatted on parameters provided in the Intl.ListFormat object. The locales options parameters customize the behavior of format() and let specify the language conventions that should be used to format list.
listFormat.format([list]);
See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ListFormat/format
Method. The format() method returns a string that has been formatted on parameters provided in the Intl.ListFormat object. The locales options parameters customize the behavior of format() and let specify the language conventions that should be used to format list. `listFormat.format([list]);` See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ListFormat/format`
(prototype this)
Property.
See js.ListFormat
for a description of Intl.ListFormat instances.
See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ListFormat/prototype
Property. See `js.ListFormat` for a description of Intl.ListFormat instances. See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ListFormat/prototype`
(set-prototype! this val)
Property.
See js.ListFormat
for a description of Intl.ListFormat instances.
See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ListFormat/prototype
Property. See `js.ListFormat` for a description of Intl.ListFormat instances. See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ListFormat/prototype`
(supported-locales-of this & args)
Method.
The Intl.ListFormat.supportedLocalesOf() method returns an array those of the provided locales that are supported in date and formatting without having to fall back to the runtime's default
Intl.ListFormat.supportedLocalesOf(locales[, options])
See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ListFormat/supportedLocalesOf
Method. The Intl.ListFormat.supportedLocalesOf() method returns an array those of the provided locales that are supported in date and formatting without having to fall back to the runtime's default `Intl.ListFormat.supportedLocalesOf(locales[, options])` See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ListFormat/supportedLocalesOf`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close