LoadingFinished

@Serializable
data class LoadingFinished(val requestId: RequestId, val timestamp: MonotonicTime, val encodedDataLength: Double) : NetworkEvent(source)

Fired when HTTP request has finished loading.

Official doc

Constructors

Link copied to clipboard
constructor(requestId: RequestId, timestamp: MonotonicTime, encodedDataLength: Double)

Properties

Link copied to clipboard

Total number of bytes received for this request.

Link copied to clipboard

Request identifier.

Link copied to clipboard

Timestamp.