Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/mtkruto/connection/connection_web_socket.ts>ConnectionWebSocket

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class ConnectionWebSocket
implements Connection
import { ConnectionWebSocket } from "https://deno.land/x/mtkruto@0.0.820/connection/connection_web_socket.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

Methods

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