- From: Anne van Kesteren <notifications@github.com>
- Date: Mon, 15 Feb 2021 04:57:35 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 15 February 2021 12:57:48 UTC
Tentative commit message: ``` Align fragment handling with HTTP This clarifies how fragment conflicts between the request's current URL and the Location header are resolved (the latter wins if non-null). And how fragment conflicts between the request's current URL and service worker response URLs are handled (the former wins). Both are irrespective of whether it's a request for a document or subresource. Tests: https://github.com/web-platform-tests/wpt/pull/27575, https://github.com/web-platform-tests/wpt/pull/9604, and https://github.com/web-platform-tests/wpt/pull/12680. HTML change: https://github.com/whatwg/html/pull/6391. Follow-up: #1167. Fixes #505. ``` -- 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/696#issuecomment-779207019
Received on Monday, 15 February 2021 12:57:48 UTC