pl.wendigo.chrome.domain.network / DataReceivedEvent

DataReceivedEvent

data class DataReceivedEvent : ProtocolEvent (source)

Represents event frames for Network.dataReceived

Fired when data chunk was received over the network.

Constructors

<init>

DataReceivedEvent(requestId: RequestId, timestamp: MonotonicTime, dataLength: Int, encodedDataLength: Int)

Represents event frames for Network.dataReceived

Properties

dataLength

val dataLength: Int

Data chunk length.

encodedDataLength

val encodedDataLength: Int

Actual bytes received (might be less than dataLength for compressed encodings).

requestId

val requestId: RequestId

Request identifier.

timestamp

val timestamp: MonotonicTime

Timestamp.

Inherited Functions

protocolDomain

fun protocolDomain(): String