https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Asynchronous/Async_await
https://developers.google.com/web/fundamentals/primers/async-functions
https://javascript.info/async-await
We didn't adopt when it was introduced as V8 implementation was not up to par in performance compared to callbacks as any other new features. Now that it performs the same and could bring cleaner way of writing our asynchronous methods, should we adopt it?
Performance indicators for V8 https://v8.dev/blog/fast-async

https://developer.mozilla.org/en-US/docs/Learn/JavaScript/Asynchronous/Async_await
https://developers.google.com/web/fundamentals/primers/async-functions
https://javascript.info/async-await
We didn't adopt when it was introduced as V8 implementation was not up to par in performance compared to callbacks as any other new features. Now that it performs the same and could bring cleaner way of writing our asynchronous methods, should we adopt it?

Performance indicators for V8 https://v8.dev/blog/fast-async