import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { WebSocketClosedEvent } = Protocol.Network;
Fired when WebSocket is closed.
Properties
requestId: RequestId
Request identifier.
timestamp: MonotonicTime
Timestamp.
import { type Protocol } from "https://deno.land/x/pptr@1.2.0/mod.ts";
const { WebSocketClosedEvent } = Protocol.Network;
Fired when WebSocket is closed.
Request identifier.
Timestamp.