Skip to main content
Deno 2 is finally here 🎉️
Learn more
Latest
interface default.Network.WebSocketWillSendHandshakeRequestEvent
import { type default } from "https://deno.land/x/pptr@1.2.0/vendor/devtools-protocol/protocol.d.ts";
const { WebSocketWillSendHandshakeRequestEvent } = default.Network;

Fired when WebSocket is about to initiate handshake.

Properties

requestId: RequestId

Request identifier.

timestamp: MonotonicTime

Timestamp.

wallTime: TimeSinceEpoch

UTC Timestamp.

WebSocket request data.