Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Programming/Programming Language/Programming Languages/4GL/ECMAScript/
JavaScript
JavaScript
/JS Fundamental/JS Iterator/
JS AsyncIterator
Search

JS AsyncIterator

Creator
Creator
Seonglae Cho
Created
Created
2023 Nov 16 6:45
Editor
Editor
Seonglae Cho
Edited
Edited
2023 Nov 16 6:45
Refs
Refs
js for await
AsyncIterator - JavaScript | MDN
An AsyncIterator object is an object that conforms to the async iterator protocol by providing a next() method that returns a promise fulfilling to an iterator result object. The AsyncIterator.prototype object is a hidden global object that all built-in async iterators inherit from. It provides an @@asyncIterator method that returns the async iterator object itself, making the async iterator also async iterable.
AsyncIterator - JavaScript | MDN
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/AsyncIterator
AsyncIterator - JavaScript | MDN
 
 
 
 
 
 
 
 
 

Recommendations

Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Programming/Programming Language/Programming Languages/4GL/ECMAScript/
JavaScript
JavaScript
/JS Fundamental/JS Iterator/
JS AsyncIterator
Copyright Seonglae Cho