Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-12-15 | fix(stream): make Readable.read work w/o _construct implemented (#1613) | 1 | -3/+22 | ||
* fix(stream): put Readable._readableState.constructed default in spec (true, not false) * cleanup(readable): remove unnecessary _construct methods * test(stream): add test for Readable w/o _construct method | |||||
2022-12-12 | fix(stream): Fix Readable.pipe() (#1606) | 1 | -1/+27 | ||
* fix(stream): fix some debug logs that were breaking .pipe * fix(stream): another debug fix * test(stream): add test for .pipe | |||||
2022-12-07 | fix(stream): Fix Transform class constructor fn (#1583) | 1 | -0/+47 | ||
* fix(stream): fix ReadableFromWeb class, fix Transform * test(stream): add tests for .call on stream constructors |