(ws)
| 63046 | |
| 63047 | // node_modules/undici/lib/websocket/util.js |
| 63048 | var require_util8 = __commonJS({ |
| 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(); |