mirror of
https://github.com/prymitive/karma
synced 2026-05-09 03:36:44 +00:00
Right now the very fist fetch() happens right after Fetcher instance is created, which might be while a lot of other components are still being created. Wrap it inside requestAnimationFrame so it's executed once the browser is (fairly) idle