Skip to content

stream: allow typed arrays to be written and read

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

Partially fixing #1826 (closed)

Caveat

  • Any TypedArrays can be written, now, but in non-objectMode, the .write() method still receives raw Buffers.

I'm not completely sure that is the behaviour we want, but I'm willing to work towards fixing it, with some mentoring.

Merge request reports

Loading