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

@martinthomson 

> That alone is surprising, since the second call fails. The actual results can be hard to predict if the call to fetch() is wrapped.

When calling `.catch()` you need to be aware of the chain, so you know which bits you're potentially catching from. I'd argue that the same level of awareness is needed for `.abort()`.

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

Received on Monday, 30 March 2015 09:33:44 UTC