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

@jakearchibald thanks for the sum-up. If I understand correctly, `finally` introduces a third state, exactly same way `canceled` would do. You said canceled won't call `onfullfill` neither `onreject` so I assume it will be resolved silently through `onfinally`, is this correct?

I also read your answer as "_it won't happen any time soon_" 'cause it's more elaborated than any proposal to keep it simple we had here ... this is a bummer for me, but I guess the only way to move forward with this issue.

Last question would be: you mentioned `CancelablePromise` again so I am assuming Promises as these are will never be cancelable ... accordingly, if we need a new specification, wouldn't be better to just move away from Promises and bring Tasks natively in?



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

Received on Tuesday, 14 April 2015 18:12:23 UTC