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 a4600f1 commit 9f9eec8Copy full SHA for 9f9eec8
packages/obsolete-web/src/lib/scheduler.js
@@ -6,7 +6,7 @@
6
*/
7
function requestIdleCallback(callback, options = {}) {
8
if ('requestIdleCallback' in window) {
9
- requestIdleCallback(callback, options);
+ window.requestIdleCallback(callback, options);
10
return;
11
}
12
0 commit comments