BaseSocket

Signature

export declare class BaseSocket

Properties

ping: () => Promise<number>;

Methods

constructorConstructor
constructor(kind: 'ws' | 'bun', url: string);
send(data: string): void;