WebSocketClosed

@Serializable
data class WebSocketClosed(val requestId: RequestId, val timestamp: MonotonicTime) : NetworkEvent(source)

Fired when WebSocket is closed.

Official doc

Constructors

Link copied to clipboard
constructor(requestId: RequestId, timestamp: MonotonicTime)

Properties

Link copied to clipboard

Request identifier.

Link copied to clipboard

Timestamp.