mirror of
https://github.com/abrendan/MicDropMessages.git
synced 2025-08-25 22:12:02 +02:00
Initial commit
This commit is contained in:
9
node_modules/engine.io-client/lib/globalThis.browser.js
generated
vendored
Normal file
9
node_modules/engine.io-client/lib/globalThis.browser.js
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
module.exports = (function () {
|
||||
if (typeof self !== 'undefined') {
|
||||
return self;
|
||||
} else if (typeof window !== 'undefined') {
|
||||
return window;
|
||||
} else {
|
||||
return Function('return this')(); // eslint-disable-line no-new-func
|
||||
}
|
||||
})();
|
Reference in New Issue
Block a user