Skip to content

stream: added experimental support for for-await

Adds support for Symbol.asyncIterator into the Readable class.

Fixes: https://github.com/nodejs/node/issues/15709

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines
Affected core subsystem(s)

stream

Merge request reports

Loading