-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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 less #5601
Conversation
Tests: web-platform-tests/wpt#23381. Closes #5497.
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.
LGTM with some punctuation changes I suggest while we're in the area. A bit surprised this doesn't allow any simplification, but I guess that's believable.
I'm a bit surprised nobody allows creating Workers
from a service worker, even Firefox. It seems like it'd be pretty useful to avoid janking your networking.
@asutherland found #411 (and w3c/ServiceWorker#678 before that). I guess we should keep that open in case folks are motivated to add it again. |
I missed that https://bugs.chromium.org/p/chromium/issues/detail?id=1088481 is filed. So this is blocking on test review. |
And remove broken tests. For whatwg/html#5601.
…are exposed, a=testonly Automatic update from web-platform-tests Workers: test where Worker/SharedWorker are exposed And remove broken tests. For whatwg/html#5601. -- wpt-commits: 84d101a169cf21f345a5c3bd39f27b919a16195b wpt-pr: 23381
…are exposed, a=testonly Automatic update from web-platform-tests Workers: test where Worker/SharedWorker are exposed And remove broken tests. For whatwg/html#5601. -- wpt-commits: 84d101a169cf21f345a5c3bd39f27b919a16195b wpt-pr: 23381
…are exposed, a=testonly Automatic update from web-platform-tests Workers: test where Worker/SharedWorker are exposed And remove broken tests. For whatwg/html#5601. -- wpt-commits: 84d101a169cf21f345a5c3bd39f27b919a16195b wpt-pr: 23381 UltraBlame original commit: 4a481dca84b353425398a139ba7570d62a907209
…are exposed, a=testonly Automatic update from web-platform-tests Workers: test where Worker/SharedWorker are exposed And remove broken tests. For whatwg/html#5601. -- wpt-commits: 84d101a169cf21f345a5c3bd39f27b919a16195b wpt-pr: 23381 UltraBlame original commit: 4a481dca84b353425398a139ba7570d62a907209
…are exposed, a=testonly Automatic update from web-platform-tests Workers: test where Worker/SharedWorker are exposed And remove broken tests. For whatwg/html#5601. -- wpt-commits: 84d101a169cf21f345a5c3bd39f27b919a16195b wpt-pr: 23381 UltraBlame original commit: 4a481dca84b353425398a139ba7570d62a907209
Tests: web-platform-tests/wpt#23381.
Closes #5497.
This allowed for no simplification whatsoever, but it still seems like a good change to make after all these years.
(See WHATWG Working Mode: Changes for more details.)
/workers.html ( diff )