Re: [whatwg/fetch] How are reloads mapped to cache modes? (#524)

Just for context, the spec dropped FetchEvent#isReload in favor of Request#cache:
https://github.com/w3c/ServiceWorker/issues/873

So the idea was we didn't need a navigation type in addition to cache mode. Maybe that decision should be revisited, if developers want to know whether a navigation came from a reload and we won't spec what cache mode browsers should use when the reload button is clicked. @jakearchibald 

-- 
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/524#issuecomment-294413879

Received on Monday, 17 April 2017 06:20:33 UTC