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

Hi.
We really lack the ability to handle events, receive a new response, to a background asynchronous browser request.
Are there any plans to add such an event so that we can handler to it?
Prototype handler interface:
```JS

addEventListener('cache-stale-updated', ({ data: url }) => myReRenderContentByUrl(url));

```

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

Received on Sunday, 1 December 2019 23:17:31 UTC