()
| 18427 | (response, extensions) => __privateMethod(this, _onConnectionEstablished, onConnectionEstablished_fn).call(this, response, extensions), |
| 18428 | options |
| 18429 | ); |
| 18430 | this[kReadyState] = _WebSocket.CONNECTING; |
| 18431 | this[kSentClose] = sentCloseFrameState.NOT_SENT; |
| 18432 | this[kBinaryType] = "blob"; |
| 18433 | } |
| 18434 | /** |
| 18435 | * @see https://websockets.spec.whatwg.org/#dom-websocket-close |
nothing calls this directly
no test coverage detected