(ws)
| 63049 | "node_modules/undici/lib/websocket/util.js"(exports2, module2) { |
| 63050 | "use strict"; |
| 63051 | var { kReadyState, kController, kResponse, kBinaryType, kWebSocketURL } = require_symbols5(); |
| 63052 | var { states, opcodes } = require_constants6(); |
| 63053 | var { MessageEvent, ErrorEvent } = require_events(); |
| 63054 | function isEstablished(ws) { |
| 63055 | return ws[kReadyState] === states.OPEN; |
| 63056 | } |