pl.wendigo.chrome.domain.network / LoadingFinishedEvent

LoadingFinishedEvent

data class LoadingFinishedEvent : ProtocolEvent (source)

Represents event frames for Network.loadingFinished

Fired when HTTP request has finished loading.

Constructors

<init>

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

Represents event frames for Network.loadingFinished

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