Request Will Be Sent Extra Info Event
data class RequestWillBeSentExtraInfoEvent(requestId: RequestId, associatedCookies: List<BlockedCookieWithReason>, headers: Headers, clientSecurityState: ClientSecurityState?) : Event
Content copied to clipboard
Fired when additional information about a requestWillBeSent event is available from the network stack. Not every requestWillBeSent event will have an additional requestWillBeSentExtraInfo fired for it, and there is no guarantee whether requestWillBeSent or requestWillBeSentExtraInfo will be fired first for the same request.
Constructors
RequestWillBeSentExtraInfoEvent
Link copied to clipboard
fun RequestWillBeSentExtraInfoEvent(requestId: RequestId, associatedCookies: List<BlockedCookieWithReason>, headers: Headers, clientSecurityState: ClientSecurityState? = null)
Content copied to clipboard
Functions
Properties
Sources
jvm source
Link copied to clipboard