new
ServerUser(expiry_: number)
onBuffer(a: ArrayBuffer): void
postMessage(message: string | ArrayBuffer): void
takeMessages(): ArrayBuffer[] | undefined
ServerUser(expiry_: number)
onBuffer(a: ArrayBuffer): void
postMessage(message: string | ArrayBuffer): void
takeMessages(): ArrayBuffer[] | undefined
Add Package
deno add jsr:@portal-solutions/wist
Import symbol
import { ServerUser } from "@portal-solutions/wist";
Import directly with a jsr specifier
import { ServerUser } from "jsr:@portal-solutions/wist";
Add Package
pnpm i jsr:@portal-solutions/wist
pnpm dlx jsr add @portal-solutions/wist
Import symbol
import { ServerUser } from "@portal-solutions/wist";
Add Package
yarn add jsr:@portal-solutions/wist
yarn dlx jsr add @portal-solutions/wist
Import symbol
import { ServerUser } from "@portal-solutions/wist";
Add Package
vlt install jsr:@portal-solutions/wist
Import symbol
import { ServerUser } from "@portal-solutions/wist";
Add Package
npx jsr add @portal-solutions/wist
Import symbol
import { ServerUser } from "@portal-solutions/wist";
Add Package
bunx jsr add @portal-solutions/wist
Import symbol
import { ServerUser } from "@portal-solutions/wist";