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

Having thought about it for a bit I'm not so sure about some of the technicalities anymore. For example, does `Promise.resolve(42)` return a pending or resolved promise? Is there any way to observe the difference? If it returns a pending promise then it could be cancelled, and it would be (effectively) forever pending. 

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

Received on Tuesday, 31 March 2015 16:23:36 UTC