-
Notifications
You must be signed in to change notification settings - Fork 33
requestAnimationFrame in WorkerGlobalScope #222
Copy link
Copy link
Closed
Labels
acceptedAn accepted proposalAn accepted proposalfocus-area-proposalFocus Area ProposalFocus Area Proposal
Description
Description
Allows use of requestAnimationFrame in web workers.
Currently this is unsupported in WebKit.
Rationale
This is necessary for any applications that wish to perform tasks such as animation rendering off the main thread, perhaps in conjunction with OffscreenCanvas.
Specification
Tests
https://wpt.fyi/results/workers/WorkerGlobalScope_requestAnimationFrame.tentative.worker.html
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
acceptedAn accepted proposalAn accepted proposalfocus-area-proposalFocus Area ProposalFocus Area Proposal