Re: [whatwg/fetch] HTTP cache partitioning (#943)

@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