Links — Interesting finds from around the web
October 08, 2019
Top-level await · V8
Published · tagged with ECMAScript Top-level await enables developers to use the await keyword outside of async functions. It acts like a big async function causing other modules who import them to wait before they start evaluating their body.