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 dbb7c94 commit 1e75de1Copy full SHA for 1e75de1
src/helpers.js
@@ -8,8 +8,8 @@ function setImmediatePolyfill(fn) {
8
return globalObj.setTimeout(fn, 0)
9
}
10
11
-// istanbul ignore next
12
const clearTimeoutFn = globalObj.clearTimeout
+// istanbul ignore next
13
const setImmediateFn = globalObj.setImmediate || setImmediatePolyfill
14
const setTimeoutFn = globalObj.setTimeout
15
0 commit comments