-
Notifications
You must be signed in to change notification settings - Fork 315
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
Remove foreign fetch #1207
Remove foreign fetch #1207
Conversation
Creating a PR to remove the tests… |
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.
.I've left the stuff in there for now
"The stuff"? Do you mean the link header stuff? Yeah, discussing at TPAC makes sense for that.
docs/index.bs
Outdated
@@ -1725,11 +1557,6 @@ spec: webappsec-referrer-policy; urlPrefix: https://w3c.github.io/webappsec-refe | |||
</thead> | |||
<tbody> | |||
<tr> | |||
<td><dfn event id="service-worker-global-scope-install-event"><code>install</code></dfn></td> |
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.
This block should still be there, right? Just with ExtendableEvent rather than InstallEvent
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.
Ah yes, correct
Hah, I forgot to escape the html, I meant the |
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.
I defer to @mkruisselbrink's review for this.
Before I land this… should we keep |
Currently we have the weird thing in https://w3c.github.io/ServiceWorker/#wait-until-method If we kept |
F2F: Keeping the header (for navigation requests) is interesting to CDNs. We'll talk to them this week and find out how important it is. Going back to |
That behavior's already spec'ed in Install algorithm and Activate algorithm. I think we can safely change the prose in the waitUntil section to notes. Filed #1227. So, we can just use |
b27046b
to
30e665b
Compare
I've removed the link header & tag, but we should talk more to CDNs and add it again if needed. Still TODO: remove from tests and HTML spec. |
HTML PR: whatwg/html#3233 |
This is being removed as part of foreign fetch, but we may add it again once we have a better understanding of the use cases. Tests removed in: web-platform-tests/wpt#7762. More context: w3c/ServiceWorker#1207.
This is being removed as part of foreign fetch, but we may add it again once we have a better understanding of the use cases. Tests removed in: web-platform-tests/wpt#7762. More context: w3c/ServiceWorker#1207.
Removing the foreign fetch parts. I've left the stuff in there for now, we may discuss that at TPAC.
Preview | Diff