🏠 New in Low Baseline Support: Top-level await

September 20, 2021

caniuse · mdn · spec

The await keyword, when used at the top level of a module (outside of an async function), delays parent module execution until after a promise fulfills.

Source features