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

An idea for bringing `isReload` back:

1. `FetchEvent.isReload` only applies to navigation requests.
2. Add a `Client.isReload` flag that indicates it was reload.

This would allow ServiceWorker scripts to check if sub-resource requests are coming from a reloaded client if they wish.

I don't think this would force browsers to standardize reload button UX behavior.

-- 
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-294507016

Received on Monday, 17 April 2017 15:18:03 UTC