()
| 5484 | } |
| 5485 | set activeProtocol(e3) { |
| 5486 | if (!this._protocols[e3]) throw new Error(`unknown protocol "${e3}"`); |
| 5487 | this._activeProtocol = e3, this._onProtocolChange.fire(this._protocols[e3].events); |
| 5488 | } |
| 5489 | get activeEncoding() { |
| 5490 | return this._activeEncoding; |
| 5491 | } |
nothing calls this directly
no outgoing calls
no test coverage detected