Re: [whatwg/fetch] Add Stale While Revalidate Handling (#853)

To summarize people's comments above:
- SW isn't notified of the revalidation request. I think this makes sense. The SW was already told about the initial request and can't initiate a SWR request via fetch if it delegates it.
- SWR is restricted based on destination. I can define it as for all non-prefetch subresources with the unsafe request flag not set instead. What are the thoughts about this? 

-- 
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/853#issuecomment-461070928

Received on Wednesday, 6 February 2019 15:44:35 UTC