- From: Shivani Sharma <notifications@github.com>
- Date: Wed, 25 Mar 2020 11:55:06 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 25 March 2020 18:55:22 UTC
@shivanigithub 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> I put this null handling here to handle the case where "determine the HTTP cache partition" returns null, which it does if request's [client](https://fetch.spec.whatwg.org/#concept-request-client) is null. Not sure when that happens, though. -- 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_r398095009
Received on Wednesday, 25 March 2020 18:55:22 UTC