Skip to main content

Symbol.asyncIterator for asynchronous iteration

Less than 1 minutefeaturees-proposalmissing-example

Symbol.asyncIterator for asynchronous iterationopen in new window

Types

interface SymbolConstructor {
  readonly asyncIterator: unique symbol;
}

Entry points

core-js/proposals/async-iteration