- From: Jake Archibald <notifications@github.com>
- Date: Mon, 09 Apr 2018 15:39:41 +0000 (UTC)
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 9 April 2018 15:40:08 UTC
@nuxodin the plan is to have a fetch observer for this:
```js
fetch(url, {
observe(observer) {
// observer will fire events & have properties related to the fetch.
}
});
```
--
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/dom/issues/438#issuecomment-379796340
Received on Monday, 9 April 2018 15:40:08 UTC