Open
Bug 1469282
Opened 7 years ago
Updated 1 year ago
Implement DedicatedWorker.requestAnimationFrame
Categories
(Core :: DOM: Workers, enhancement, P3)
Core
DOM: Workers
Tracking
()
UNCONFIRMED
People
(Reporter: fserb, Unassigned)
Details
(Whiteboard: DWS_NEXT)
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36
Expected results:
As per this PR https://github.com/whatwg/html/pull/3677, DedicatedWorker will have requestAnimationFrame. Firefox should implement that. :)
(PS: I'm not sure I got the right component)
Updated•7 years ago
|
Component: Graphics: WebRender → DOM: Workers
Updated•7 years ago
|
Priority: -- → P3
Updated•7 years ago
|
Whiteboard: DWS_NEXT
Updated•3 years ago
|
Severity: normal → S3
This is already implemented: https://wpt.fyi/results/workers/worker-request-animation-frame.html.
Tried it manually and it works just fine.
It's not documented on MDN though: https://developer.mozilla.org/en-US/docs/Web/API/window/requestAnimationFrame.
You need to log in
before you can comment on or make changes to this bug.
Description
•