pl.wendigo.chrome.api.network / LoadingFinishedEvent

LoadingFinishedEvent

data class LoadingFinishedEvent : Event (source)

Fired when HTTP request has finished loading.

Link
Network#loadingFinished event documentation.

Constructors

<init>

LoadingFinishedEvent(requestId: RequestId, timestamp: MonotonicTime, encodedDataLength: Double, shouldReportCorbBlocking: Boolean? = null)

Fired when HTTP request has finished loading.

Properties

encodedDataLength

val encodedDataLength: Double

Total number of bytes received for this request.

requestId

val requestId: RequestId

Request identifier.

shouldReportCorbBlocking

val shouldReportCorbBlocking: Boolean?

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

timestamp

val timestamp: MonotonicTime

Timestamp.

Inherited Functions

protocolDomain

fun protocolDomain(): String