Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ForwardingDebugChannel

A DebugChannel wrapper implementation that sends and receives messages to/from an underlying Channel.

Hierarchy

  • ForwardingDebugChannel

Implements

Index

Constructors

Properties

onMessageEmitter: Emitter<string> = ...

Methods

  • close(): void
  • onClose(cb: ((code: number, reason: string) => void)): void
  • onError(cb: ((reason: unknown) => void)): void
  • onMessage(cb: ((message: string) => void)): void
  • send(content: string): void