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

I've written the simplest `cancelable` behavior that [reflects what you wanted](https://gist.github.com/WebReflection/1a87023b4f31a15b18da). I don't have to sell anything specifically I just hope the solution here will not be an ad-hoc thing for `fetch` only but rather the minimum common denominator to have cancelable Promises, which is the goal, regardless how nicely and APIish it could play.

The termination idea, as it is, is incomplete and broken in userland.

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

Received on Tuesday, 31 March 2015 17:56:20 UTC