A live WebSocket connection, as seen by application code.
readonly
readyState: WebSocketReadyState
Current lifecycle state.
send(data: string | Uint8Array): void
Sends a frame to this peer.
A live WebSocket connection, as seen by application code.
readyState: WebSocketReadyState
Current lifecycle state.
send(data: string | Uint8Array): void
Sends a frame to this peer.
import { type IWebSocketConnection } from "websocket-plugin/src/index.ts";