Skip to content

stream: readable stream should not push undefined in non-objectMode

From the doc: image But current Node.js allows we to push undefined when stream is in non-object mode.

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