Web features explorer

Async generators

Widely available
Tags: javascript Groups: JavaScript

Async generator functions (async function*) create iterators that return multiple promises, one after another, on-demand. To learn more, see async function* at MDN.

Compatibility