zloirock/core-js

Add support for `requestIdleCallback`

Open

#846 geöffnet am 20. Juli 2020

Auf GitHub ansehen
 (10 Kommentare) (8 Reaktionen) (0 zugewiesene Personen)JavaScript (1.609 Forks)batch import
help wantedweb standards

Repository-Metriken

Stars
 (23.771 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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.

Contributor Guide