Skip to content

stream-whatwg: add whatwg streams

This pr adds a whatwg stream implementation from chromium and a WPT test runner.

I was inspired to work on this specifically because of the WebAssembly streaming PR that was recently opened but I think these streams stand well enough on their own.

This provides the a piece of the puzzle for wasm streaming, fetch, and some things I'd like to see used in esm.

I realize that this isn't really in @nodejs/streams's plans and such so I'm marking this as discuss and in progress.

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

Merge request reports

Loading