?
u
/
This proposal is developed on GitHub with the help of the ECMAScript community. There are a number of ways to contribute to the development of this specification:
Community:
Intrinsic Name | Global Name | ECMAScript Language Association |
---|---|---|
|
AsyncIterator
|
The AsyncIterator |
|
AsyncIterator.prototype
|
An object that all standard built-in async iterator objects indirectly inherit from
The initial value of the |
IfAbruptCloseAsyncIterator is a shorthand for a sequence of algorithm steps that use an
means the same thing as:
The abstract operation AwaitNonPrimitive takes argument value (an
The AsyncIterator
When the AsyncIterator
function is called, the following steps are taken:
The initial value of AsyncIterator.prototype is
This property has the attributes { [[Writable]]:
The %WrapForValidAsyncIteratorPrototype% object:
An Async
The %AsyncIteratorHelperPrototype% object:
The initial value of the
This property has the attributes { [[Writable]]:
This method performs the following steps when called:
The AsyncIterator prototype object:
The initial value of AsyncIterator.prototype.
This method performs the following steps when called:
This method performs the following steps when called:
This method performs the following steps when called:
This method performs the following steps when called:
This method performs the following steps when called:
This async method performs the following steps when called:
This async method performs the following steps when called:
This async method performs the following steps when called:
This async method performs the following steps when called:
This async method performs the following steps when called:
This async method performs the following steps when called:
The initial value of the
Unlike the
These factor out functionality from AsyncGenerator.prototype.next and AsyncGenerator.prototype.return and should be used in those methods when this proposal lands in the main specification.
The abstract operation AsyncGeneratorNext takes arguments generator, brand, and value (an
The abstract operation AsyncGeneratorReturn takes arguments generator, brand, and value (an