class ConnectionWebSocket
implements ConnectionUnframed
extends ConnectionUnframed
import { ConnectionWebSocket } from "https://deno.land/x/mtkruto@0.1.105/connection/1_connection_web_socket.ts";
Constructors
new
ConnectionWebSocket(url: string | URL)Properties
private
connectionError: Event | ErrorEvent | nullprivate
rMutex: Mutexprivate
webSocket: WebSocketprivate
wMutex: Mutex