You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'if (index >= 0 && index < __setImmediate_queue.length) __setImmediate_queue[index] = function() {};\n'+// must preserve the order and count of elements in the queue, so replace the pending callback with an empty function
63
-
'})\n'+
64
-
'}',
37
+
$polyfillSetImmediate__postset: `
38
+
var emSetImmediate;
39
+
var emClearImmediate;
40
+
if (typeof setImmediate != "undefined") {
41
+
emSetImmediate = setImmediateWrapped;
42
+
emClearImmediate = clearImmediateWrapped;
43
+
} else if (typeof addEventListener == "function") {
0 commit comments