[whatwg/fetch] Should the cache control default mode match how the page is loaded? (#289)

@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