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 b04c209 commit 79fdb46Copy full SHA for 79fdb46
src/util/env.js
@@ -40,10 +40,6 @@ if (typeof MutationObserver !== 'undefined') {
40
/* istanbul ignore if */
41
if (typeof WebkitMutationObserver !== 'undefined') {
42
defer = deferFromMutationObserver(WebkitMutationObserver)
43
-} else
44
-/* istanbul ignore if */
45
-if (typeof setImmediate !== 'undefined') {
46
- defer = setImmediate
47
} else {
48
defer = setTimeout
49
}
0 commit comments