- From: S.A.N <notifications@github.com>
- Date: Sun, 01 Dec 2019 15:17:29 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Sunday, 1 December 2019 23:17:31 UTC
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