Options
All
  • Public
  • Public/Protected
  • All
Menu

A WebSocket wrapper that exposes all events as a stream.

This underlying socket will not be closed when the stream has no listeners

Hierarchy

  • StreamingSocket

Index

Constructors

Properties

connected: Promise<void>

Methods

  • connect(): void
  • disconnect(): void
  • send(data: string): Promise<void>

Generated using TypeDoc