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

> The question is whether there's a benefit in the @@species also being abortable.

Reasonable. Ideally it should, but as we all see it's a bit hard to decide right way for it. This is why I thought about returning non-promise from ```fetch```, because this will cause no more questions about "is chained promise abortable or not" since ```.response``` will be just property which just returns ```Promise``` not directly related to fetch action.



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

Received on Friday, 27 March 2015 16:51:23 UTC