ChromeDevtoolsNetwork class
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isAvailable → bool
-
no setter
-
Fired when the inspected window navigates to a new page.
no setter
-
onRequestFinished
→ EventStream<
Request> -
Fired when a network request is finished and all request data are
available.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getHAR(
) → Future< Map> -
Returns HAR log that contains all known network requests.
returns
A function that receives the HAR log when the request completes. -
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