implicit final class SaferNavigatorLanguage extends AnyVal
- See also
https://html.spec.whatwg.org/multipage/webappapis.html#navigatorlanguage
https://w3c.github.io/html/webappapis.html#language-preferences
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SaferNavigatorLanguage
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SaferNavigatorLanguage(value: raw.NavigatorLanguage)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
language: Option[String]
Returns a DOMString representing the preferred language of the user, usually the language of the browser UI.
Returns a DOMString representing the preferred language of the user, usually the language of the browser UI. The null value is returned when this is unknown.
MDN
-
def
toString(): String
- Definition Classes
- Any
- val value: raw.NavigatorLanguage