summaryrefslogtreecommitdiff
path: root/lib/stream
Commit message (Expand)AuthorAgeFilesLines
* stream: add pipeline() for webstreamsDebadree Chatterjee2023-02-021-1/+2
* stream: fix readable stream as async iterator functionErick Wendel2023-01-201-0/+2
* stream: add reduceBenjamin Gruenbaum2022-01-301-13/+1
* stream: remove whatwg streams experimental warningJames M Snell2021-12-011-6/+0
* stream: pipeline with end optionRobert Nagy2021-11-221-1/+3
* stream: add signal support to pipeline generatorsRobert Nagy2021-08-251-15/+3
* stream: ensure text() stream consumer flushes correctlyJames M Snell2021-08-131-0/+3
* stream: utility consumers for web and node.js streamsJames M Snell2021-08-061-0/+84
* stream: add CompressionStream and DecompressionStreamJames M Snell2021-07-141-0/+7
* stream: implement TextEncoderStream and TextDecoderStreamJames M Snell2021-07-141-0/+7
* stream: unify stream utilsRobert Nagy2021-07-111-2/+2
* stream: implement WHATWG streamsJames M Snell2021-06-301-0/+48
* lib: remove unnecessary lazy loadsJoyee Cheung2021-05-271-4/+2
* stream: move duplicated code to an internal moduleRich Trott2021-02-281-22/+5
* stream: add AbortSignal to promisified pipelineNitzan Uziely2021-02-181-1/+44
* stream: add promises version to utility functionsrickyes2020-07-091-0/+39