pl.wendigo.chrome.api.network / WebSocketFrameSentEvent

WebSocketFrameSentEvent

data class WebSocketFrameSentEvent : Event (source)

Fired when WebSocket message is sent.

Link
Network#webSocketFrameSent event documentation.

Constructors

<init>

WebSocketFrameSentEvent(requestId: RequestId, timestamp: MonotonicTime, response: WebSocketFrame)

Fired when WebSocket message is sent.

Properties

requestId

val requestId: RequestId

Request identifier.

response

val response: WebSocketFrame

WebSocket response data.

timestamp

val timestamp: MonotonicTime

Timestamp.

Inherited Functions

protocolDomain

fun protocolDomain(): String