PATH:
opt
/
bitninja-dispatcher
/
node_modules
/
engine.io-client
/
build
/
esm-debug
/
transports
import { globalThisShim as globalThis } from "../globalThis.js"; export const nextTick = (() => { const isPromiseAvailable = typeof Promise === "function" && typeof Promise.resolve === "function"; if (isPromiseAvailable) { return cb => Promise.resolve().then(cb); } else { return (cb, setTimeoutFn) => setTimeoutFn(cb, 0); } })(); export const WebSocket = globalThis.WebSocket || globalThis.MozWebSocket; export const usingBrowserWebSocket = true; export const defaultBinaryType = "arraybuffer";
[-] xmlhttprequest.browser.js
[edit]
[-] websocket-constructor.d.ts
[edit]
[-] xmlhttprequest.browser.d.ts
[edit]
[+]
..
[-] index.d.ts
[edit]
[-] websocket.js
[edit]
[-] polling.js
[edit]
[-] websocket.d.ts
[edit]
[-] xmlhttprequest.js
[edit]
[-] polling.d.ts
[edit]
[-] index.js
[edit]
[-] websocket-constructor.browser.d.ts
[edit]
[-] websocket-constructor.browser.js
[edit]
[-] websocket-constructor.js
[edit]
[-] xmlhttprequest.d.ts
[edit]