zloirock/core-js

Add support for `requestIdleCallback`

Open

#846 创建于 2020年7月20日

在 GitHub 查看
 (10 评论) (8 反应) (0 负责人)JavaScript (23,771 star) (1,609 fork)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.

贡献者指南