- From: Anne van Kesteren <notifications@github.com>
- Date: Fri, 27 Mar 2020 00:41:05 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 27 March 2020 07:41:18 UTC
@annevk commented on this pull request. > + <li><p>If <var>httpCache</var> is null, then set <var>httpRequest</var>'s + <a for=request>cache mode</a> to "<code>no-store</code>".</p></li> One example is a user-initiated top-level navigation. For those we should use the site of the request URL, but this would not do that. I suspect the client is also wrong if tab A navigates tab B. We wouldn't want to use the key from tab A. -- 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/943#discussion_r399082089
Received on Friday, 27 March 2020 07:41:18 UTC