Web Socket Frame Sent Event
data class WebSocketFrameSentEvent(requestId: RequestId, timestamp: MonotonicTime, response: WebSocketFrame) : Event
Content copied to clipboard
Fired when WebSocket message is sent.
Constructors
WebSocketFrameSentEvent
Link copied to clipboard
fun WebSocketFrameSentEvent(requestId: RequestId, timestamp: MonotonicTime, response: WebSocketFrame)
Content copied to clipboard
Functions
Properties
Sources
jvm source
Link copied to clipboard