pl.wendigo.chrome.domain.network / WebSocketFrameSentEvent

WebSocketFrameSentEvent

data class WebSocketFrameSentEvent : ProtocolEvent (source)

Represents event frames for Network.webSocketFrameSent

Fired when WebSocket message is sent.

Constructors

<init>

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

Represents event frames for Network.webSocketFrameSent

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