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.

In theory we could use this still test to that validate fetch() correctly handles all the different conditions in step 14 of Request() algorithm.

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

Received on Monday, 23 April 2018 13:53:59 UTC