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

Add notes for Worker indicating it is not exposed to Shared Worker in chromium #24610

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

skyclouds2001
Copy link
Contributor

@skyclouds2001 skyclouds2001 commented Oct 2, 2024

Summary

the Worker interface is not exposed to Shared Worker for chromium-based browsers, and likely will not be fixed recently, so it make sense to add notes to indicating it is not exposed to Shared Worker

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

see mdn/content#30880 (comment) and https://issues.chromium.org/issues/40695450, also https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/core/workers/worker.idl

can be test using https://worker-playground.glitch.me/

Another note: BCD for Worker interface and properties/methods and Worker constructor for chrome is different, maybe a mistake?

Test results and supporting details

Related issues

@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:34
@skyclouds2001 skyclouds2001 changed the title Add notes for Worker indicating it is not exposed to Shared Worker Add notes for Worker indicating it is not exposed to Shared Worker in chromium Oct 3, 2024
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.

2 participants