- From: Kyle Simpson <notifications@github.com>
- Date: Mon, 30 Mar 2015 11:20:31 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Monday, 30 March 2015 18:20:54 UTC
> 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