An open API service indexing awesome lists of open source software.

https://github.com/liuuy/setzerotimeout

setTimeout with a shorter delay
https://github.com/liuuy/setzerotimeout

javascript settimeout typescript

Last synced: about 1 month ago
JSON representation

setTimeout with a shorter delay

Awesome Lists containing this project

README

          

# setZeroTimeout

React 源码([在此](https://github.com/facebook/react/blob/eeb817785c771362416fd87ea7d2a1a32dde9842/packages/scheduler/src/Scheduler.js#L212-L222))在 polyfill requestIdleCallback 的时候使用了 postMessage 来使 [idleTick](https://github.com/facebook/react/blob/eeb817785c771362416fd87ea7d2a1a32dde9842/packages/scheduler/src/Scheduler.js#L343) 在下一次 Event Loop 时尽早执行。