implicit final class SaferWindow extends AnyVal
- See also
https://html.spec.whatwg.org/#the-window-object
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SaferWindow
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SaferWindow(value: raw.Window)
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
frameElement: Option[raw.Element]
Returns the element (such as <iframe> or <object>) in which the window is embedded, or null if the window is top-level.
Returns the element (such as <iframe> or <object>) in which the window is embedded, or null if the window is top-level.
MDN
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
toString(): String
- Definition Classes
- Any
- val value: raw.Window