- From: Ben Kelly <notifications@github.com>
- Date: Tue, 07 May 2019 06:58:53 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 7 May 2019 13:59:19 UTC
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