🏠 New in Low Baseline Support: Async generators

January 15, 2020

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