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
This is a polyfill/shim for the `requestIdleCallback` and `cancelIdleCallback` API. Form more information see the [Cooperative Scheduling of Background Tasks Draft](http://www.w3.org/TR/requestidlecallback/).
3
+
This is a polyfill/shim for the `requestIdleCallback` and `cancelIdleCallback` API. Also fixes early API implementation.
4
+
5
+
For more information see the [Cooperative Scheduling of Background Tasks Draft](http://www.w3.org/TR/requestidlecallback/).
4
6
5
7
##Installation
6
8
Include the "index.js" in your website and use `requestIdleCallback` and `cancelIdleCallback` according to the specification.
0 commit comments