Loading Finished Event
data class LoadingFinishedEvent(requestId: RequestId, timestamp: MonotonicTime, encodedDataLength: Double, shouldReportCorbBlocking: Boolean?) : Event
Content copied to clipboard
Fired when HTTP request has finished loading.
Constructors
LoadingFinishedEvent
Link copied to clipboard
fun LoadingFinishedEvent(requestId: RequestId, timestamp: MonotonicTime, encodedDataLength: Double, shouldReportCorbBlocking: Boolean? = null)
Content copied to clipboard
Functions
Properties
encodedDataLength
Link copied to clipboard
shouldReportCorbBlocking
Link copied to clipboard
timestamp
Link copied to clipboard
Sources
jvm source
Link copied to clipboard