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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

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
Comment on lines +361 to +362
"version_added": "69",
"notes": "Not supported in nested Web Workers. See <a href='https://crbug.com/41483010'>bug 41483010</a>."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's move this into a worker_support sub-feature.

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