chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.network.events / NetworkEvent / WebSocketClosedEvent

WebSocketClosedEvent

data class WebSocketClosedEvent : NetworkEvent

Constructors

<init>

WebSocketClosedEvent(requestId: RequestId, timestamp: MonotonicTime)

Properties

requestId

Request identifier.

val requestId: RequestId

timestamp

Timestamp.

val timestamp: MonotonicTime