Re: [whatwg/fetch] where is fetch source code? (#1025)

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