Skip to content
前端知识整理
Search
K
Main Navigation
首页
Appearance
Menu
Return to top
On this page
好文
1.如何实现比 setTimeout 快 80 倍的定时器?
通过本文,你大概可以了解如下几个知识点:
setTimeout 的 4ms 延迟历史原因,具体表现。
如何通过 postMessage 实现一个真正 0 延迟的定时器。
postMessage 定时器在 React 时间切片中的运用。
为什么时间切片需要用宏任务,而不是微任务。
原文地址:
https://mp.weixin.qq.com/s/AarWQUTu_jP8W8KyhZA7DA