-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
Expose Worker and SharedWorker in fewer places #5497
Comments
And remove broken tests. For whatwg/html#5497.
@nhiroki @hiroshige-g ping. If you could review web-platform-tests/wpt#23381 too that'd be great. |
Filed https://crbug.com/1088481 for Chromium. Exposing dedicated workers in shared workers sounds good, I'm not sure if we can start working on this soon though. Do you know any use cases of this feature? That would be useful for prioritization. |
Allowing multi-threaded computation to happen while the user navigates through your application without requiring a single-document application or some such. |
Tests: web-platform-tests/wpt#23381. Closes #5497.
Tests: web-platform-tests/wpt#23381. Closes #5497.
Firefox exposes Worker in Window, DedicatedWorker, and SharedWorker. Chrome in Window and DedicatedWorker.
Firefox exposes SharedWorker in Window. Chrome does so as well.
(Safari doesn't support shared workers and I have it on good authority they don't expose Worker in service workers.)
@nhiroki @hiroshige-g @asutherland what shall we do? Align with Firefox? 😊
The text was updated successfully, but these errors were encountered: