Module

x/hono/helper/websocket/index.ts>WSContext

Web Framework built on Web Standards
Extremely Popular
Go to Latest
type alias WSContext
import { type WSContext } from "https://dotland.deno.dev/x/hono@v4.3.10/helper/websocket/index.ts";
definition: { raw?: unknown; binaryType: BinaryType; readyState: WSReadyState; url: URL | null; protocol: string | null; send(source: string | ArrayBuffer | Uint8Array, options?: { compress: boolean; }): void; close(code?: number, reason?: string): void; }