- From: Ehsan Akhgari <notifications@github.com>
- Date: Sun, 24 Apr 2016 20:03:21 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc:
Received on Monday, 25 April 2016 03:03:48 UTC
@upsuper suggested something interesting to me today. Right now when the a page is reloaded, the resources during the page load are requested with `no-cache`, and if the user shift-reloads, the resources are requested with `no-store`. However this only affects the fetches happening when the document is being loaded, and it doesn't for example affect the resources fetched using the `fetch` API. The idea is to remember the cache mode used in the initial load of the document and use that as the default cache mode for `fetch`. @annevk, curious to know what you think. --- 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/289
Received on Monday, 25 April 2016 03:03:48 UTC