Articles tagged: webNavigation
Found 14 documents
- Mozilla/Add-ons/WebExtensions/API/webNavigation Add event listeners for the various stages of a navigation. A navigation consists of a frame in ...
- Mozilla/Add-ons/WebExtensions/API/webNavigation/getAllFrames Given a tab ID, retrieves information about all the frames it contains.
- Mozilla/Add-ons/WebExtensions/API/webNavigation/getFrame Retrieves information about a particular frame. A frame may be the top-level frame in a tab or a ...
- Mozilla/Add-ons/WebExtensions/API/webNavigation/onBeforeNavigate Fired when the browser is about to start a navigation event.
- Mozilla/Add-ons/WebExtensions/API/webNavigation/onCommitted Fired when a navigation is committed. At least part of the new document has been received from ...
- Mozilla/Add-ons/WebExtensions/API/webNavigation/onCompleted Fired when a document, including the resources it refers to, is completely loaded and ...
- Mozilla/Add-ons/WebExtensions/API/webNavigation/onCreatedNavigationTarget Fired when a new window, or a new tab in an existing window, is created to host a navigation: ...
- Mozilla/Add-ons/WebExtensions/API/webNavigation/onDOMContentLoaded Fired when the DOMContentLoaded event is fired in the page. At this point the document is loaded ...
- Mozilla/Add-ons/WebExtensions/API/webNavigation/onErrorOccurred Fired when an error occurs and the navigation is aborted. This can happen if either a network ...
- Mozilla/Add-ons/WebExtensions/API/webNavigation/onHistoryStateUpdated Fired when the page used the history API to update the URL displayed in the browser's location ...
- Mozilla/Add-ons/WebExtensions/API/webNavigation/onReferenceFragmentUpdated This API is also available as browser.webNavigation.onReferenceFragmentUpdated.*.
- Mozilla/Add-ons/WebExtensions/API/webNavigation/onTabReplaced Fired when the contents of the tab is replaced by a different (usually previously pre-rendered) tab.
- Mozilla/Add-ons/WebExtensions/API/webNavigation/TransitionQualifier Values of this type are strings. Possible values are:
- Mozilla/Add-ons/WebExtensions/API/webNavigation/TransitionType Cause of the navigation: for example, the user clicked a link, or typed an address, or clicked a ...