Liking cljdoc? Tell your friends :D

js.Collator

The Intl.Collator object is a constructor for collators, objects enable language sensitive string comparison.

The Intl.Collator object is a constructor for collators, objects
enable language sensitive string comparison.
raw docstring

comparecljs

(compare this string1 string2)

Method.

The Intl.Collator.prototype.compare() method compares two strings to the sort order of this js.Collator object.

collator.compare(string1, string2)

See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Collator/compare

Method.

The Intl.Collator.prototype.compare() method compares two strings
to the sort order of this `js.Collator` object.

`collator.compare(string1, string2)`

See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Collator/compare`
sourceraw docstring

prototypecljs

(prototype this)

Property.

The Intl.Collator.prototype property represents the prototype for the Intl.Collator constructor.

See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Collator/prototype

Property.

The Intl.Collator.prototype property represents the prototype
for the `Intl.Collator` constructor.

See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Collator/prototype`
sourceraw docstring

resolved-optionscljs

(resolved-options this)

Method.

The Intl.Collator.prototype.resolvedOptions() method returns new object with properties reflecting the locale and collation computed during initialization of this js.Collator object.

collator.resolvedOptions()

See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Collator/resolvedOptions

Method.

The Intl.Collator.prototype.resolvedOptions() method returns
new object with properties reflecting the locale and collation
computed during initialization of this `js.Collator` object.

`collator.resolvedOptions()`

See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Collator/resolvedOptions`
sourceraw docstring

set-prototype!cljs

(set-prototype! this val)

Property.

The Intl.Collator.prototype property represents the prototype for the Intl.Collator constructor.

See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Collator/prototype

Property.

The Intl.Collator.prototype property represents the prototype
for the `Intl.Collator` constructor.

See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Collator/prototype`
sourceraw docstring

supported-locales-ofcljs

(supported-locales-of this & args)

Method.

The Intl.Collator.supportedLocalesOf() method returns an array those of the provided locales that are supported in collation having to fall back to the runtime's default locale.

Intl.Collator.supportedLocalesOf(locales[, options])

See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Collator/supportedLocalesOf

Method.

The Intl.Collator.supportedLocalesOf() method returns an array
those of the provided locales that are supported in collation
having to fall back to the runtime's default locale.

`Intl.Collator.supportedLocalesOf(locales[, options])`

See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Collator/supportedLocalesOf`
sourceraw docstring

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

× close