This website requires JavaScript.
Explore
Help
Sign In
github
/
tmagic-editor
Watch
1
Star
0
Fork
0
You've already forked tmagic-editor
mirror of
https://github.com/Tencent/tmagic-editor.git
synced
2026-08-09 06:18:33 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
tmagic-editor
/
packages
/
editor
/
tests
/
unit
/
utils
/
dep
History
roymondchen
b544f05917
fix(editor): 修复 IdleTask 在 requestIdleCallback timeout 时队列空转的问题
...
主线程持续繁忙时回调因 timeout 触发,timeRemaining() 恒为 0 导致任务无法执行且依赖收集卡住;改用时间预算分批推进并补充单测。
2026-08-04 12:19:39 +08:00
..
collect-worker-client.spec.ts
feat(editor,dep): collectIdle 使用常驻 Web Worker 做依赖收集
2026-07-30 17:03:48 +08:00
idle-task.spec.ts
fix(editor): 修复 IdleTask 在 requestIdleCallback timeout 时队列空转的问题
2026-08-04 12:19:39 +08:00
worker.spec.ts
feat(editor,dep): collectIdle 使用常驻 Web Worker 做依赖收集
2026-07-30 17:03:48 +08:00