We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68b38a6 commit 3f16766Copy full SHA for 3f16766
benchmark/websocket/simple.js
@@ -3,7 +3,6 @@
3
const common = require('../common.js');
4
const crypto = require('crypto');
5
const http = require('http');
6
-const { WebSocket } = require('../../deps/undici/undici');
7
8
const GUID = '258EAFA5-E914-47DA-95CA-C5AB0DC85B11';
9
test/common/index.js
@@ -369,9 +369,6 @@ if (global.ReadableStream) {
369
global.DecompressionStream,
370
);
371
}
372
-if (global.WebSocket) {
373
- knownGlobals.push(WebSocket);
374
-}
375
376
function allowGlobals(...allowlist) {
377
knownGlobals = knownGlobals.concat(allowlist);
0 commit comments