Add support for `requestIdleCallback`
Author: RycochetCreated Jul 20, 2020Updated Feb 16, 2026
Labelsweb standardshelp wanted
https://w3c.github.io/requestidlecallback/
Looks like this can mostly be done simply by using setTimeout code, and seems quite simple to polyfill (if I get the time I'll create a PR).
Currently only Safari is missing this entirely.
Source: zloirock/core-js