LoadingFinished

@Serializable
data class LoadingFinished(val requestId: RequestId, val timestamp: MonotonicTime, val encodedDataLength: Double, val shouldReportCorbBlocking: Boolean? = null) : NetworkEvent(source)

Fired when HTTP request has finished loading.

Official doc

Constructors

Link copied to clipboard
constructor(requestId: RequestId, timestamp: MonotonicTime, encodedDataLength: Double, shouldReportCorbBlocking: Boolean? = null)

Properties

Link copied to clipboard

Total number of bytes received for this request.

Link copied to clipboard

Request identifier.

Link copied to clipboard

Set when 1) response was blocked by Cross-Origin Read Blocking and also

Link copied to clipboard

Timestamp.