NetworkRequestWillBeSendExtraInfo class

Network.requestWillBeSentExtraInfo Network.responseReceivedExtraInfo Network.dataReceived Network.resourceChangedPriority Network.loadNetworkResource Network.requestServedFromCache

Inheritance

Constructors

NetworkRequestWillBeSendExtraInfo({required List associatedCookies, required Map<String, dynamic> clientSecurityState, required Map<String, dynamic> connectTiming, required Map<String, List<String>> headers, required bool siteHasCookieInOtherPartition, required String requestId})

Properties

associatedCookies List
final
clientSecurityState Map<String, dynamic>
final
connectTiming Map<String, dynamic>
final
hashCode int
The hash code for this object.
no setterinherited
headers Map<String, List<String>>
final
method String
no setteroverride
params JSONEncodable?
no setteroverride
requestId String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
siteHasCookieInOtherPartition bool
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited