- From: Alexander Abashkin <notifications@github.com>
- Date: Wed, 06 May 2015 10:28:56 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Wednesday, 6 May 2015 17:29:23 UTC
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