WebNavigation
- See also
Value members
Concrete methods
Retrieves information about all frames of a given tab.
Retrieves information about all frames of a given tab.
- Value Params
- callback
A list of frames in the given tab, null if the specified tab ID is invalid.
- details
Information about the tab to retrieve all frames from.
Retrieves information about the given frame. A frame refers to an
Retrieves information about the given frame. A frame refers to an
- Value Params
- callback
Information about the requested frame, null if the specified frame ID and/or tab ID are invalid.
- details
Information about the frame to retrieve information about.
Inherited methods
Concrete fields
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.
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.
Fired when a document, including the resources it refers to, is completely loaded and initialized.
Fired when a document, including the resources it refers to, is completely loaded and initialized.
Fired when the page's DOM is fully constructed, but the referenced resources may not finish loading.
Fired when the page's DOM is fully constructed, but the referenced resources may not finish loading.
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.
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.
Fired when the frame's history was updated to a new URL. All future events for that frame will use the updated URL.
Fired when the frame's history was updated to a new URL. All future events for that frame will use the updated URL.
Fired when the reference fragment of a frame was updated. All future events for that frame will use the updated URL.
Fired when the reference fragment of a frame was updated. All future events for that frame will use the updated URL.