Package

org.scalajs.dom

intl

Permalink

package intl

Visibility
  1. Public
  2. All

Type Members

  1. class Collator extends Object

    Permalink

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

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

    Annotations
    @JSType() @native() @JSGlobal( "Intl.Collator" )
  2. trait CollatorOptions extends Object

    Permalink
    Annotations
    @JSType()
  3. class DateTimeFormat extends Object

    Permalink

    The Intl.DateTimeFormat object is a constructor for objects that enable language sensitive date and time formatting.

    The Intl.DateTimeFormat object is a constructor for objects that enable language sensitive date and time formatting.

    Annotations
    @JSType() @native() @JSGlobal( "Intl.DateTimeFormat" )
  4. trait DateTimeFormatOptions extends Object

    Permalink
    Annotations
    @JSType()
  5. class NumberFormat extends Object

    Permalink

    The Intl.NumberFormat object is a constructor for objects that enable language sensitive number formatting.

    The Intl.NumberFormat object is a constructor for objects that enable language sensitive number formatting.

    Annotations
    @JSType() @native() @JSGlobal( "Intl.NumberFormat" )
  6. trait NumberFormatOptions extends Object

    Permalink

    The following properties fall into two groups:

    The following properties fall into two groups:

    • minimumIntegerDigits, minimumFractionDigits, and maximumFractionDigits in one group,
    • minimumSignificantDigits and maximumSignificantDigits in the other. If at least one property from the second group is defined, then the first group is ignored.
    Annotations
    @JSType()

Deprecated Value Members

  1. object CollatorOptions

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 2.0.0) all the members of CollatorOptions are deprecated

  2. object DateTimeFormatOptions

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 2.0.0) all members of DateTimeFormatOptions are deprecated

  3. object NumberFormatOptions

    Permalink
    Annotations
    @deprecated
    Deprecated

    (Since version 2.0.0) all the members of NumberFormatOptions are deprecated

Ungrouped