Packages

o

chrome.webNavigation

WebNavigation

object WebNavigation extends ChromeAPI

See also

chrome.webNavigation API

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  9. def getAllFrames(details: GetAllFramesOptions): Future[Seq[AllFramesDetails]]

    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.

  10. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. def getFrame(details: GetFrameOptions): Future[FrameDetails]

    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.

  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. val onBeforeNavigate: EventSource[OnBeforeNavigateDetails]

    Fired when a navigation is about to occur.

  18. val onCommitted: EventSource[OnCommittedDetails]

    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.

  19. val onCompleted: EventSource[OnCompletedDetails]

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

  20. val onCreatedNavigationTarget: EventSource[OnCreatedNavigationTargetDetails]

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

  21. val onDOMContentLoaded: EventSource[OnDOMContentLoadedDetails]

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

  22. val onErrorOccurred: EventSource[OnErrorOccurredDetails]

    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.

  23. val onHistoryStateUpdated: EventSource[OnCommittedDetails]

    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.

  24. val onReferenceFragmentUpdated: EventSource[OnCommittedDetails]

    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.

  25. val onTabReplaced: EventSource[OnTabReplacedDetails]

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

  26. val requiredPermissions: Set[API]
    Definition Classes
    WebNavigationChromeAPI
  27. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  28. def toString(): String
    Definition Classes
    AnyRef → Any
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  30. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  31. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from ChromeAPI

Inherited from AnyRef

Inherited from Any

Ungrouped