-
Notifications
You must be signed in to change notification settings - Fork 2k
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 and Safari don't support Worker
in Shared Workers
#24610
Conversation
Worker
indicating it is not exposed to Shared WorkerWorker
indicating it is not exposed to Shared Worker in chromium
Worker
indicating it is not exposed to Shared Worker in chromiumWorker
in Shared Workers
Worker
in Shared WorkersWorker
in Shared Workers
researches chromium
commit chromium/chromium@304237d local cli test firefox
commit mozilla/gecko-dev@8b59c15
commit mozilla/gecko-dev@12b78b9 note that service worker only supported via v44, so expose to worker is equal to expose to dedicated worker & shared worker between v34 to v39 safari commit WebKit/WebKit@48880e3 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall LGTM, just one nit.
Worker
in Shared WorkersWorker
in Shared Workers
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 WorkerNote: 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://github.com/chromium/chromium/blob/main/third_party/blink/renderer/core/workers/worker.idl
can be test using https://worker-playground.glitch.me/
Test results and supporting details
Related issues