This repository has been archived by the owner on Aug 26, 2022. It is now read-only.
requestAnimationFrame is also available in Dedicated Workers #7543
Labels
meta: content
Content Team issue, should be moved over to Sprints repo.
Content Issue
URLs of page you are seeing the problem on:
Details
requestAnimationFrame
andcancelAnimationFrame
used to beWindow
only methods, but it has recently been added toDedicatedWorkerGlobalScope
too. https://html.spec.whatwg.org/multipage/imagebitmap-and-animations.html#animationframeproviderI guess the page should now be
Web/API/WindowOrWorkerGlobalScope/requestAnimationFrame
, but I fear this would break any link to the current/Web/API/window/requestAnimationFrame
. So I'm not sure how it should get handled.Also, compat-data should probably be updated (currently these methods are supported in Blink only).
The text was updated successfully, but these errors were encountered: