Skip to main content
interface Protocol.Network.WebSocketWillSendHandshakeRequestEvent
import { type Protocol } from "https://deno.land/x/puppeteer@14.1.1/vendor/puppeteer-core/puppeteer/api-docs-entry.js";
const { WebSocketWillSendHandshakeRequestEvent } = Protocol.Network;

Fired when WebSocket is about to initiate handshake.

Properties

requestId: RequestId

Request identifier.

timestamp: MonotonicTime

Timestamp.

wallTime: TimeSinceEpoch

UTC Timestamp.

WebSocket request data.