- From: Anne van Kesteren <notifications@github.com>
- Date: Thu, 26 Mar 2015 03:40:41 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Thursday, 26 March 2015 10:41:08 UTC
This is only somewhat-related to promises being cancelable. This is about cancelling a *fetch*. It does matter somewhat for one of the open issues and yes, we might end up having to wait or decide shipping is more important, we'll see. And we won't have a promise-subclass and a controller. Either will do. The subclass uses `terminate()` to avoid conflicting with cancelable-promises which might want to use either `cancel()` and/or `abort()` (as mentioned btw). --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/issues/27#issuecomment-86446677
Received on Thursday, 26 March 2015 10:41:08 UTC