org.scalajs.dom.experimental.intl
The locale matching algorithm to use. Possible values are "lookup" and "best fit"; the default is "best fit". For information about this option, see the Intl page.
The time zone to use. The only value implementations must recognize is "UTC"; the default is the runtime's default time zone. Implementations may also recognize the time zone names of the IANA time zone database, such as "Asia/Shanghai", "Asia/Kolkata", "America/New_York".
Whether to use 12-hour time (as opposed to 24-hour time). Possible values are true and false; the default is locale dependent.
The format matching algorithm to use. Possible values are "basic" and "best fit"; the default is "best fit". See the following paragraphs for information about the use of this property.
The representation of the weekday. Possible values are "narrow", "short", "long".
The representation of the era. Possible values are "narrow", "short", "long".
The representation of the year. Possible values are "numeric", "2-digit".
The representation of the month. Possible values are "numeric", "2-digit", "narrow", "short", "long".
The representation of the day. Possible values are "numeric", "2-digit".
The representation of the hour. Possible values are "numeric", "2-digit".
The representation of the minute. Possible values are "numeric", "2-digit".
The representation of the second. Possible values are "numeric", "2-digit".
The representation of the time zone name. Possible values are "short", "long". MDN