()
| 63778 | get readyState() { |
| 63779 | webidl.brandCheck(this, _WebSocket); |
| 63780 | return this[kReadyState]; |
| 63781 | } |
| 63782 | get bufferedAmount() { |
| 63783 | webidl.brandCheck(this, _WebSocket); |
| 63784 | return this.#bufferedAmount; |
| 63785 | } |
| 63786 | get url() { |
nothing calls this directly
no test coverage detected