Re: [whatwg/fetch] Discuss: Removing `cache: reload` option from the API (#902)

Even if we prevent `cache: reload` from being set by js I think the browser still needs to be able to set this value.  For example, if the browser is triggering a reload because of something like ctrl-shift-r, then I think the `FetchEvent.request.cache` value should reflect that.

This would make the value similar to `mode: navigate`.  Currently only the browser can set that mode, but its visible to script on `FetchEvent.request.mode`.

-- 
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/902#issuecomment-490091550

Received on Tuesday, 7 May 2019 13:59:19 UTC