Re: [whatwg/dom] Abort controller design (#438)

@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