Re: [whatwg/fetch] Introduce reload-navigation flag (#685)

Okay, then you can observe the "Nice!" bit I spotted above. By storing the request on the service worker side in the Cache API, then passing it to `fetch()` on the client side, and then checking on the service worker side whether the flag got reset or not based on the surrounding conditions. (I wonder if we sufficiently considered the implications of what I describe here for other `Request` bits by the way.)

-- 
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/pull/685#issuecomment-383580452

Received on Monday, 23 April 2018 13:45:32 UTC