Skip to main content
Module

x/astral/bindings/celestial.ts>Network_WebSocketFrame

A high-level puppeteer/playwright-like library for Deno
Go to Latest
type alias Network_WebSocketFrame
import { type Network_WebSocketFrame } from "https://deno.land/x/astral@0.3.1/bindings/celestial.ts";

WebSocket message data. This represents an entire WebSocket message, not just a fragmented frame as the name suggests.

definition: { opcode: number; mask: boolean; payloadData: string; }