🏠 New in High Baseline Support: Async generators

July 15, 2022

caniuse · mdn · [spec]([‘https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgeneratorfunction-objects’, ‘https://tc39.es/ecma262/multipage/control-abstraction-objects.html#sec-asyncgenerator-objects’])

Async generator functions (async function*) create iterators that return multiple promises, one after another, on-demand.

Source features