Web features explorer

Async generators

Widely available
Tags: js Groups: JavaScript

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

Compatibility

Specifications

BCD data