- From: Anne van Kesteren <notifications@github.com>
- Date: Tue, 28 Aug 2018 09:54:39 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 28 August 2018 16:55:01 UTC
annevk commented on this pull request. > @@ -3402,6 +3395,13 @@ optional <i>CORS flag</i> and <i>CORS-preflight flag</i>, run these steps: </ul> <p>then return a <a>network error</a>. + + <li> + <p>If <var>actualResponse</var>'s <a for=response>URL</a>'s <a for=url>fragment</a> is null, + then set <var>actualResponse</var>'s <a for=response>URL</a>'s <a for=url>fragment</a> to + <var>request</var>'s <a for=request>current URL</a>'s <a for=url>fragment</a>. + + <p class=note>Without this step, the fragment would end up getting lost due to the Cache API. I'm pretty sure that's what it does, yes. @mnot can confirm. -- 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#discussion_r213392791
Received on Tuesday, 28 August 2018 16:55:01 UTC