- From: Jake Archibald <notifications@github.com>
- Date: Tue, 05 May 2020 02:56:32 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 5 May 2020 09:56:44 UTC
Async/await is a JavaScript feature. It has nothing directly to do with fetch. https://developers.google.com/web/fundamentals/primers/async-functions Fetch does return a promise though, so it can be used with async/await. There are many implementations of JavaScript, the one in Chrome is V8 https://chromium.googlesource.com/v8/v8.git. I don't think you need to read the source of a JavaScript engine in order to use JavaScript. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/issues/1025#issuecomment-623962809
Received on Tuesday, 5 May 2020 09:56:44 UTC