Move asynchronous iteration to stage 3 · tc39/proposals@96f8d79
https://github.com/tc39/proposals/commit/96f8d79dac33575e24f6ac3ec2082efe75d519ba
Move async iteration proposal to Stage 3.
for await (const line of readLines(filePath)) {
console.log(line);
}
blog comments powered by Disqus