Intent to prototype and ship: AnimationFrameProvider for DedicatedWorkerGlobalScope
53 views
Skip to first unread message
Andrew Osmond
unread,
Nov 3, 2021, 10:21:04 AM11/3/21
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dev-pl...@lists.mozilla.org
Summary: Implementing AnimationFrameProvider will allow dedicated worker threads to access requestAnimationFrame and cancelAnimationFrame to drive worker based animations. This is a typical way to drive OffscreenCanvas rendering, and as such is a dependency for that to eventually ship.