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

The problem I see is that in principle SWs are supposed to handle all requests. And now we have some kind of request that gets made independent of that. So if the SW say wants to control all network access for an origin, that's no longer something it can do.

I guess in general I'm a bit skeptical of giving HTTP caches this capability as this is the kind of problem SWs are supposed to help solve.

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

Received on Wednesday, 30 January 2019 12:41:15 UTC