- From: Kyle Simpson <notifications@github.com>
- Date: Thu, 16 Apr 2015 15:03:48 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Thursday, 16 April 2015 22:04:17 UTC
> 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