Liking cljdoc? Tell your friends :D

js.ListFormat

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.
raw docstring

intlcljs

(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`
sourceraw docstring

prototypecljs

(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`
sourceraw docstring

set-prototype!cljs

(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`
sourceraw docstring

supported-locales-ofcljs

(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`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close