- From: Anne van Kesteren <notifications@github.com>
- Date: Fri, 29 Jan 2021 01:19:55 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
- Message-ID: <whatwg/fetch/pull/1149@github.com>
It does not need to be stored on a response and therefore resulted in confusion.
Also clarify that synthetic responses need to have an absolute URL in the Location header field value (Response.redirect() does this automatically).
Corresponding HTML PR: TODO.
Tests: TODO.
Closes #631, closes #633, closes #958, and closes #1146. (Some of these can be closed due to #1030 making response's URL no longer null for network responses.)
<!--
Thank you for contributing to the Fetch Standard! Please describe the change you are making and complete the checklist below if your change is not editorial.
-->
- [x] At least two implementers are interested (and none opposed):
* Chrome
* Firefox
- [ ] [Tests](https://github.com/web-platform-tests/wpt) are written and can be reviewed and commented upon at:
* …
- [ ] [Implementation bugs](https://github.com/whatwg/meta/blob/main/MAINTAINERS.md#handling-pull-requests) are filed:
* Chrome: …
* Firefox: …
* Safari: …
(See [WHATWG Working Mode: Changes](https://whatwg.org/working-mode#changes) for more details.)
You can view, comment on, or merge this pull request online at:
https://github.com/whatwg/fetch/pull/1149
-- Commit Summary --
* Remove location URL as field on responses
-- File Changes --
M fetch.bs (87)
-- Patch Links --
https://github.com/whatwg/fetch/pull/1149.patch
https://github.com/whatwg/fetch/pull/1149.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/1149
Received on Friday, 29 January 2021 09:20:11 UTC