Re: [whatwg/fetch] Cache-mode and upstream Cache-Control (#722)

Fetch also says:

> If header list contains `If-Modified-Since`, `If-None-Match`, `If-Unmodified-Since`, `If-Match`, or `If-Range`, fetch will set cache mode to "no-store" if it is "default".

This means that if the developer's intent is to do validation manually, Fetch will effectively disable that by appending `Cache-Control: no-cache`. 

-- 
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/issues/722#issuecomment-604097479

Received on Wednesday, 25 March 2020 21:29:21 UTC