New idleScheduler interfacing with requestIdleCallback #7292
FunkySayu
started this conversation in
Ideas / Feature request
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
requestIdleCallback
is a very powerful feature of modern browsers that has a mixed compatibility as of today (can i use).What is the feeling about implementing an
idleScheduler
which:requestIdleCallback
primitive exists and schedules a task on itasyncScheduler
Should the name be
idleScheduler
orbackgroundScheduler
?Note: there doesn't seem to be any other discussion on this topic, although let me know if I missed them.
Beta Was this translation helpful? Give feedback.
All reactions