Skip to main content
Module

std/ws/mod.ts>WebSocketFrame

Deno standard library
Go to Latest
interface WebSocketFrame
import { type WebSocketFrame } from "https://deno.land/std@0.34.0/ws/mod.ts";

Properties

isLastFrame: boolean
opcode: OpCode
optional
mask: Uint8Array
payload: Uint8Array