Object

chrome.webNavigation.bindings

WebNavigation

Related Doc: package bindings

Permalink

object WebNavigation extends Object

Annotations
@native() @JSName( "chrome.webNavigation" )
See also

chrome.webNavigation API

Linear Supertypes
Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. WebNavigation
  2. Object
  3. Any
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. def getAllFrames(details: GetAllFramesOptions, callback: Function1[Array[AllFramesDetails], _]): Unit

    Permalink

    Retrieves information about all frames of a given tab.

    Retrieves information about all frames of a given tab.

    details

    Information about the tab to retrieve all frames from.

    callback

    A list of frames in the given tab, null if the specified tab ID is invalid.

  10. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  11. def getFrame(details: GetFrameOptions, callback: Function1[FrameDetails, _]): Unit

    Permalink

    Retrieves information about the given frame.

    Retrieves information about the given frame. A frame refers to an <iframe> or a <frame> of a web page and is identified by a tab ID and a frame ID.

    details

    Information about the frame to retrieve information about.

    callback

    Information about the requested frame, null if the specified frame ID and/or tab ID are invalid.

  12. def hasOwnProperty(v: String): Boolean

    Permalink
    Definition Classes
    Object
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. def isPrototypeOf(v: Object): Boolean

    Permalink
    Definition Classes
    Object
  16. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  17. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. val onBeforeNavigate: Event[Function1[OnBeforeNavigateDetails, _]]

    Permalink

    Fired when a navigation is about to occur.

  20. val onCommitted: Event[Function1[OnCommittedDetails, _]]

    Permalink

    Fired when a navigation is committed.

    Fired when a navigation is committed. The document (and the resources it refers to, such as images and subframes) might still be downloading, but at least part of the document has been received from the server and the browser has decided to switch to the new document.

  21. val onCompleted: Event[Function1[OnCompletedDetails, _]]

    Permalink

    Fired when a document, including the resources it refers to, is completely loaded and initialized.

  22. val onCreatedNavigationTarget: Event[Function1[OnCreatedNavigationTargetDetails, _]]

    Permalink

    Fired when a new window, or a new tab in an existing window, is created to host a navigation.

  23. val onDOMContentLoaded: Event[Function1[OnDOMContentLoadedDetails, _]]

    Permalink

    Fired when the page's DOM is fully constructed, but the referenced resources may not finish loading.

  24. val onErrorOccurred: Event[Function1[OnErrorOccurredDetails, _]]

    Permalink

    Fired when an error occurs and the navigation is aborted.

    Fired when an error occurs and the navigation is aborted. This can happen if either a network error occurred, or the user aborted the navigation.

  25. val onHistoryStateUpdated: Event[Function1[OnCommittedDetails, _]]

    Permalink

    Fired when the frame's history was updated to a new URL.

    Fired when the frame's history was updated to a new URL. All future events for that frame will use the updated URL.

  26. val onReferenceFragmentUpdated: Event[Function1[OnCommittedDetails, _]]

    Permalink

    Fired when the reference fragment of a frame was updated.

    Fired when the reference fragment of a frame was updated. All future events for that frame will use the updated URL.

  27. val onTabReplaced: Event[Function1[OnTabReplacedDetails, _]]

    Permalink

    Fired when the contents of the tab is replaced by a different (usually previously pre-rendered) tab.

  28. def propertyIsEnumerable(v: String): Boolean

    Permalink
    Definition Classes
    Object
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. def toLocaleString(): String

    Permalink
    Definition Classes
    Object
  31. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  32. def valueOf(): Any

    Permalink
    Definition Classes
    Object
  33. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped