| 57 | * for the pattern this is ported from). |
| 58 | */ |
| 59 | export class WsClient { |
| 60 | private ws: WsWebSocket | null = null; |
| 61 | private readonly _queue: AnyFrame[] = []; |
| 62 | private readonly _waiters: PendingWaiter[] = []; |
nothing calls this directly
no outgoing calls
no test coverage detected