object WebNavigation extends Object
- Annotations
- @native() @JSGlobal("chrome.webNavigation")
- See also
- Alphabetic
- By Inheritance
- WebNavigation
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def getAllFrames(details: GetAllFramesOptions, callback: Function1[Array[AllFramesDetails], _]): Unit
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.
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getFrame(details: GetFrameOptions, callback: Function1[FrameDetails, _]): Unit
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.
- def hasOwnProperty(v: String): Boolean
- Definition Classes
- Object
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def isPrototypeOf(v: Object): Boolean
- Definition Classes
- Object
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val onBeforeNavigate: Event[Function1[OnBeforeNavigateDetails, _]]
Fired when a navigation is about to occur.
- val onCommitted: Event[Function1[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.
- val onCompleted: Event[Function1[OnCompletedDetails, _]]
Fired when a document, including the resources it refers to, is completely loaded and initialized.
- val onCreatedNavigationTarget: Event[Function1[OnCreatedNavigationTargetDetails, _]]
Fired when a new window, or a new tab in an existing window, is created to host a navigation.
- val onDOMContentLoaded: Event[Function1[OnDOMContentLoadedDetails, _]]
Fired when the page's DOM is fully constructed, but the referenced resources may not finish loading.
- val onErrorOccurred: Event[Function1[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.
- val onHistoryStateUpdated: Event[Function1[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.
- val onReferenceFragmentUpdated: Event[Function1[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.
- val onTabReplaced: Event[Function1[OnTabReplacedDetails, _]]
Fired when the contents of the tab is replaced by a different (usually previously pre-rendered) tab.
- def propertyIsEnumerable(v: String): Boolean
- Definition Classes
- Object
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toLocaleString(): String
- Definition Classes
- Object
- def toString(): String
- Definition Classes
- AnyRef → Any
- def valueOf(): Any
- Definition Classes
- Object
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()