Packages

trait FullscreenDocument extends Object

Annotations
@JSType() @native()
Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FullscreenDocument
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def exitFullscreen(): UndefOr[Promise[Unit]]

    Stops document's fullscreen element from being displayed fullscreen and fulfills promise when done.

    Stops document's fullscreen element from being displayed fullscreen and fulfills promise when done.

    Note: Returns js.UndefOr because implementations of older versions of this spec may not return a Promise.

    MDN

  2. def fullscreenElement: raw.Element

    Returns the Element that is currently being presented in full-screen mode in this document, or null if full-screen mode is not currently in use.

    Returns the Element that is currently being presented in full-screen mode in this document, or null if full-screen mode is not currently in use.

    MDN

  3. def fullscreenEnabled: Boolean

    The fullscreenEnabled attribute tells you whether or not the document is currently in a state that would allow fullscreen mode to be requested.

    The fullscreenEnabled attribute tells you whether or not the document is currently in a state that would allow fullscreen mode to be requested.

    MDN

  4. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  5. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  6. val onfullscreenchange: Function1[raw.Event, _]

    Note: May not be available in implementations of older versions of this spec.

  7. val onfullscreenerror: Function1[raw.Event, _]

    Note: May not be available in implementations of older versions of this spec.

  8. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  9. def toLocaleString(): String
    Definition Classes
    Object
  10. def valueOf(): Any
    Definition Classes
    Object