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

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