ChromeWebNavigation class
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isAvailable → bool
-
no setter
-
Fired when a navigation is about to occur.
no setter
-
onCommitted
→ EventStream<
OnCommittedDetails> -
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.
no setter
-
onCompleted
→ EventStream<
OnCompletedDetails> -
Fired when a document, including the resources it refers to, is completely
loaded and initialized.
no setter
-
Fired when a new window, or a new tab in an existing window, is created to
host a navigation.
no setter
-
onDOMContentLoaded
→ EventStream<
OnDomContentLoadedDetails> -
Fired when the page's DOM is fully constructed, but the referenced
resources may not finish loading.
no setter
-
onErrorOccurred
→ EventStream<
OnErrorOccurredDetails> -
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.
no setter
-
onHistoryStateUpdated
→ EventStream<
OnHistoryStateUpdatedDetails> -
Fired when the frame's history was updated to a new URL. All future events
for that frame will use the updated URL.
no setter
-
onReferenceFragmentUpdated
→ EventStream<
OnReferenceFragmentUpdatedDetails> -
Fired when the reference fragment of a frame was updated. All future
events for that frame will use the updated URL.
no setter
-
onTabReplaced
→ EventStream<
OnTabReplacedDetails> -
Fired when the contents of the tab is replaced by a different (usually
previously pre-rendered) tab.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getAllFrames(
GetAllFramesDetails details) → Future< List< GetAllFramesCallbackDetails> ?> -
Retrieves information about all frames of a given tab.
details
Information about the tab to retrieve all frames from. -
getFrame(
GetFrameDetails details) → Future< GetFrameCallbackDetails?> - Retrieves information about the given frame. A frame refers to an
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited