Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chromium does not support DedicatedWorkerGlobalScope.requestAnimationFrame() in nested workers #24611

Merged
merged 4 commits into from
Oct 18, 2024

Conversation

skyclouds2001
Copy link
Contributor

@skyclouds2001 skyclouds2001 commented Oct 2, 2024

Summary

DedicatedWorkerGlobalScope.requestAnimationFrame() is not supported in nested Web Workers on chromium

see test & detail at mdn/content#30880 (comment) & mdn/content#30880 (comment), also see the browser issue https://issues.chromium.org/issues/41483010, and the issue later fired #21964

add the note as the issue seems not going to be fixed recently

Note: I'm not sure if partial_implementation or impl_url key should be added

Test results and supporting details

Related issues

Fixes #21964
/cc @ArhanChaudhary

@github-actions github-actions bot added the data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API label Oct 2, 2024
@skyclouds2001 skyclouds2001 marked this pull request as ready for review October 2, 2024 19:47
@skyclouds2001 skyclouds2001 changed the title Add notes about requestAnimationFrame limit in chromium Add notes about requestAnimationFrame implement limit in chromium Oct 3, 2024
@skyclouds2001 skyclouds2001 changed the title Add notes about requestAnimationFrame implement limit in chromium Add notes about DedicatedWorkerGlobalScope.requestAnimationFrame() limit in nested workers in chromium Oct 8, 2024
@skyclouds2001 skyclouds2001 changed the title Add notes about DedicatedWorkerGlobalScope.requestAnimationFrame() limit in nested workers in chromium chromium does not support DedicatedWorkerGlobalScope.requestAnimationFrame() in nested workers Oct 10, 2024
@skyclouds2001 skyclouds2001 changed the title chromium does not support DedicatedWorkerGlobalScope.requestAnimationFrame() in nested workers Chromium does not support DedicatedWorkerGlobalScope.requestAnimationFrame() in nested workers Oct 12, 2024
@caugner caugner merged commit c949a3e into mdn:main Oct 18, 2024
6 checks passed
@skyclouds2001 skyclouds2001 deleted the animation-frame branch October 18, 2024 20:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:api Compat data for Web APIs. https://developer.mozilla.org/docs/Web/API
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DedicatedWorkerGlobalScope.requestAnimationFrame - Not supported in nested Web Workers on Chromium
2 participants