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.

貢獻者指南