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

> Better?

Sorry, I'm still lost. Perhaps you're missing the fact that the promise which comes back from an `async function` call is **not** the promise you `await` inside. Totally diff promises. The external one is implicitly created by the JS engine at the time the `async function` starts, and is returned back completely unawares to the code inside the `async function`.

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

Received on Monday, 30 March 2015 18:20:54 UTC