new
WebSocket(opts?: { queueLength?: number; proc?(a: Uint8Array<ArrayBuffer>,mode: Mode,): Uint8Array<ArrayBuffer>; },)
close(...args: any[]): void
postMessage(message: string | ArrayBuffer): void
WebSocket(opts?: { queueLength?: number; proc?(a: Uint8Array<ArrayBuffer>,mode: Mode,): Uint8Array<ArrayBuffer>; },)
close(...args: any[]): void
postMessage(message: string | ArrayBuffer): void
Add Package
deno add jsr:@portal-solutions/wist
Import symbol
import { WebSocket } from "@portal-solutions/wist";
Import directly with a jsr specifier
import { WebSocket } from "jsr:@portal-solutions/wist";
Add Package
pnpm i jsr:@portal-solutions/wist
pnpm dlx jsr add @portal-solutions/wist
Import symbol
import { WebSocket } from "@portal-solutions/wist";
Add Package
yarn add jsr:@portal-solutions/wist
yarn dlx jsr add @portal-solutions/wist
Import symbol
import { WebSocket } from "@portal-solutions/wist";
Add Package
vlt install jsr:@portal-solutions/wist
Import symbol
import { WebSocket } from "@portal-solutions/wist";
Add Package
npx jsr add @portal-solutions/wist
Import symbol
import { WebSocket } from "@portal-solutions/wist";
Add Package
bunx jsr add @portal-solutions/wist
Import symbol
import { WebSocket } from "@portal-solutions/wist";