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

@martinthomson last one to really try to avoid misunderstanding

> I'm still totally against the idea that cancellation would manifest as success for several reasons.

my first proposal wan't resolving all pending promises with a value, it was ignoring all of them, resolving silently, without invking any `then` in the chain up to the `cancel` but resolving the canceled one with an arbitrary value.

I see this is apparently sci-fi and impossible to explain even with a working playground so I start agreeing rejecting would most likely be welcomed more from the community.

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

Received on Tuesday, 31 March 2015 00:34:36 UTC