- From: Anne van Kesteren <notifications@github.com>
- Date: Wed, 25 Mar 2020 08:41:16 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 25 March 2020 15:41:29 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> Hmm that's a good point. It should basically never be null, but I think this is buggy for user-initiated top-level navigations at the moment as they don't have a client. (But that might be buggy in Fetch overall...) -- 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_r397956040
Received on Wednesday, 25 March 2020 15:41:29 UTC