zloirock/core-js

Add support for `requestIdleCallback`

Open

#846 opened on 2020年7月20日

GitHub で見る
 (10 comments) (8 reactions) (0 assignees)JavaScript (23,771 stars) (1,609 forks)batch import
help wantedweb standards

説明

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.

コントリビューターガイド