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

> These are the kinds of added complexity I am talking about.

And I'm trying to suggest that we shouldn't have to deal with such complexity because we shouldn't be overloading cancelability on top of promises, nor should we be conflating a canceled promise with a back-pressure signal to abort. So in that sense, I agree with you -- we definitely should avoid such complexity.

But it's not clear to me that the other options suffer that same complexity. Am I missing something?

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

Received on Friday, 27 March 2015 04:21:09 UTC