zloirock/core-js

Add support for `requestIdleCallback`

Open

#846 aberto em 20 de jul. de 2020

Ver no GitHub
 (10 comments) (8 reactions) (0 assignees)JavaScript (1.609 forks)batch import
help wantedweb standards

Métricas do repositório

Stars
 (23.771 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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.

Guia do colaborador