Skip to content

http2: [compat api] add writable* properties

added writableHighWaterMark, writableLength, and writableFinished properties with test.

Refs: https://github.com/nodejs/node/issues/29829 (9th, 10th, and 11th sub-issues)

Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • tests and/or benchmarks are included
  • commit message follows commit guidelines

Merge request reports

Loading