Skip to main content
Module

x/mtkruto/mod.ts>ConnectionWebSocket

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class ConnectionWebSocket
implements Connection
Re-export
import { ConnectionWebSocket } from "https://deno.land/x/mtkruto@0.0.835/mod.ts";

Constructors

new
ConnectionWebSocket(url: string | URL)

Properties

private
buffer: Array<number>
private
nextResolve: [number, () => void] | null
private
rMutex: Mutex
private
webSocket: WebSocket
private
wMutex: Mutex
readonly
connected

Methods

read(p: Uint8Array)
write(p: Uint8Array)