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

@jakearchibald we could talk about that, then.  A standard for cancellable promises is not complete: (https://github.com/promises-aplus/cancellation-spec/issues).  It seems like fetch, since it is so intrinsic, should not deviate from the standard when adding cancellation.

If it is non-negotiable to use Promises for this API, then it seems as though you should not include an abort semantic.  If the abort semantic is non-negotiable, it seems as though you should not use Promises.

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

Received on Friday, 3 April 2015 17:36:21 UTC