dioxus/packages/web/ric_raf
2024-03-04 15:23:48 -08:00
..
README.md Switch to bun, clean up web implementation 2024-03-04 15:23:48 -08:00
ric_raf.rs Switch to bun, clean up web implementation 2024-03-04 15:23:48 -08:00
ricpolyfill.js Switch to bun, clean up web implementation 2024-03-04 15:23:48 -08:00

requestIdleCallback and requestAnimationFrame implemenation

These currently actually slow down our DOM patching and thus are temporarily removed. Technically we can schedule around rIC and rAF but choose not to.