ResponseReceivedParameter

@Serializable
data class ResponseReceivedParameter(val requestId: String, val loaderId: String, val timestamp: Double, val type: Network.ResourceType, val response: Network.Response, val hasExtraInfo: Boolean, val frameId: String? = null)

Fired when HTTP response is available.

Constructors

Link copied to clipboard
constructor(requestId: String, loaderId: String, timestamp: Double, type: Network.ResourceType, response: Network.Response, hasExtraInfo: Boolean, frameId: String? = null)

Properties

Link copied to clipboard
val frameId: String? = null

Frame identifier.

Link copied to clipboard

Indicates whether requestWillBeSentExtraInfo and responseReceivedExtraInfo events will be or were emitted for this request.

Link copied to clipboard

Loader identifier. Empty string if the request is fetched from worker.

Link copied to clipboard

Request identifier.

Link copied to clipboard

Response data.

Link copied to clipboard

Timestamp.

Link copied to clipboard

Resource type.