chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.network.events / NetworkEvent / ResponseReceivedExtraInfoEvent / <init>

<init>

ResponseReceivedExtraInfoEvent(requestId: RequestId, blockedCookies: List<BlockedSetCookieWithReason>, headers: Headers, headersText: String? = null)

Fired when additional information about a responseReceived event is available from the network stack. Not every responseReceived event will have an additional responseReceivedExtraInfo for it, and responseReceivedExtraInfo may be fired before or after responseReceived.

Official doc