| 50 | // public newWebSocketRpcSession() helper discards the session object. |
| 51 | |
| 52 | class WebSocketTransport { |
| 53 | constructor(webSocket) { |
| 54 | this._ws = webSocket; |
| 55 | this._sendQueue = []; |
nothing calls this directly
no outgoing calls
no test coverage detected