object Intl
- Source
- Intl.scala
- Alphabetic
- By Inheritance
- Intl
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- class CollatorCls extends scala.scalajs.js.Object with StObject with Collator
- Annotations
- @JSType() @JSGlobal("Intl.Collator") @native()
- class DateTimeFormatCls extends scala.scalajs.js.Object with StObject with DateTimeFormat
- Annotations
- @JSType() @JSGlobal("Intl.DateTimeFormat") @native()
- class NumberFormatCls extends scala.scalajs.js.Object with StObject with NumberFormat
- Annotations
- @JSType() @JSGlobal("Intl.NumberFormat") @native()
- class PluralRulesCls extends scala.scalajs.js.Object with StObject with PluralRules
- Annotations
- @JSType() @JSGlobal("Intl.PluralRules") @native()
- class RelativeTimeFormatCls extends scala.scalajs.js.Object with StObject with RelativeTimeFormat
- Annotations
- @JSType() @JSGlobal("Intl.RelativeTimeFormat") @native()
Value Members
- final def !=(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: scala.Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): java.lang.String
- Definition Classes
- AnyRef → Any
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object Collator
- object DateTimeFormat
- object NumberFormat
- object PluralRules
- object RelativeTimeFormat
The [
Intl.RelativeTimeFormat](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/RelativeTimeFormat) object is a constructor for objects that enable language-sensitive relative time formatting.The [
Intl.RelativeTimeFormat](https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/RelativeTimeFormat) object is a constructor for objects that enable language-sensitive relative time formatting.Part of [Intl object](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl) namespace and the [ECMAScript Internationalization API](https://www.ecma-international.org/publications/standards/Ecma-402.htm).
[Compatibility](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/RelativeTimeFormat#Browser_compatibility).
[Polyfills](https://github.com/tc39/proposal-intl-relative-time#polyfills).
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated