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 091a619 commit c226815Copy full SHA for c226815
lib/transports/polling-xhr.js
@@ -15,7 +15,6 @@ const debug = require("debug")("engine.io-client:polling-xhr");
15
function empty() {}
16
17
const hasXHR2 = (function() {
18
- const XMLHttpRequest = require("xmlhttprequest-ssl");
19
const xhr = new XMLHttpRequest({ xdomain: false });
20
return null != xhr.responseType;
21
})();
0 commit comments