Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/astral/bindings/celestial.ts>Network_webSocketWillSendHandshakeRequest

A high-level puppeteer/playwright-like library for Deno
Latest
interface Network_webSocketWillSendHandshakeRequest
import { type Network_webSocketWillSendHandshakeRequest } from "https://deno.land/x/astral@0.3.5/bindings/celestial.ts";

Properties

requestId: Network_RequestId

Request identifier.

timestamp: Network_MonotonicTime

Timestamp.

wallTime: Network_TimeSinceEpoch

UTC Timestamp.

request: Network_WebSocketRequest

WebSocket request data.