chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.network / NetworkDomain / responseReceivedExtraInfo

responseReceivedExtraInfo

fun responseReceivedExtraInfo(): Flow<ResponseReceivedExtraInfoEvent>

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.