data class LoadingFinishedEvent : NetworkEvent
<init> |
LoadingFinishedEvent(requestId: RequestId, timestamp: MonotonicTime, encodedDataLength: Double, shouldReportCorbBlocking: Boolean? = null) |
encodedDataLength |
Total number of bytes received for this request. val encodedDataLength: Double |
requestId |
Request identifier. val requestId: RequestId |
shouldReportCorbBlocking |
Set when 1) response was blocked by Cross-Origin Read Blocking and also val shouldReportCorbBlocking: Boolean? |
timestamp |
Timestamp. val timestamp: MonotonicTime |