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 cd2ae3b commit bc6e2dbCopy full SHA for bc6e2db
packages/engine.io/test/common.js
@@ -1,3 +1,8 @@
1
+if (process.env.EIO_CLIENT === "3" && process.versions.node.startsWith("22")) {
2
+ // FIXME WebSocket error with engine.io-client@3
3
+ global.WebSocket = null;
4
+}
5
+
6
const { listen, uServer } = require("..");
7
const { Socket } =
8
process.env.EIO_CLIENT === "3"
0 commit comments