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

> those in ES6 with non cancelable promises

(IIUC) This is precisely what @jakearchibald was originally saying when you objected. He was saying that we cannot add `cancel()` directly to core Promises since it presents the chaos mentioned. At best it would have to be a different (subclass) CancelablePromise, such that existing systems would not be affected.

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

Received on Thursday, 16 April 2015 22:04:17 UTC