Re: [fetch] Aborting a fetch (#27)

It's real pain useless for single page applications.

My suggestion:

```js
window.fetch({
    plain (xhr) {
         if (...) {
              xhr.abort();
         }
   }
});
```

Why not?


---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/27#issuecomment-99544626

Received on Wednesday, 6 May 2015 17:29:23 UTC