Returns the global requestIdleCallback function if available, which can be used to schedule work when there is free time in the event loop, or if the runtime does not support the requestIdleCallback it will return null.
requestIdleCallback
null
0.11.2
Returns the global
requestIdleCallback
function if available, which can be used to schedule work when there is free time in the event loop, or if the runtime does not support therequestIdleCallback
it will returnnull
.Since
0.11.2