summaryrefslogtreecommitdiff
path: root/lib/internal/streams/readable.js
Commit message (Expand)AuthorAgeFilesLines
* stream: add trailing commas in stream source filesAntoine du Hamel2023-02-181-21/+21
* lib: enforce use of trailing commas for functionsAntoine du Hamel2023-02-141-1/+1
* stream: validate readable defaultEncodingMarco Ippolito2023-02-051-1/+9
* stream: initial approach to include strategy options on Readable.toWeb()txxnano2022-07-131-2/+4
* lib: use null-prototype objects for property descriptorsAntoine du Hamel2022-06-031-0/+15
* stream: remove thenable supportRobert Nagy2022-04-081-12/+1
* stream: do cleanup when iterator is destroyedKhoo Hao Yit2022-03-161-1/+4
* stream: avoid usage of deprecated APIsMohammed Keyvanzadeh2022-02-111-2/+2
* stream: resume stream on drainRobert Nagy2022-02-061-2/+1
* stream: unify writableErrored and readableErroredRobert Nagy2021-11-181-1/+1
* stream: fix non readable Duplex readableAbortedRobert Nagy2021-11-151-2/+5
* stream: add errored and closed propsRobert Nagy2021-11-131-4/+14
* stream: fix highwatermark threshold and add the missing errorRongjian Zhang2021-09-071-3/+3
* stream: add isDisturbed helperRobert Nagy2021-08-061-6/+9
* stream: don't emit 'data' after 'error' or 'close'Robert Nagy2021-08-061-1/+4
* stream: clean `endWritableNT`Mestery2021-08-051-2/+2
* stream: do not emit `end` on readable errorSzymon Marczak2021-08-051-1/+1
* stream: duplexifyRobert Nagy2021-08-031-9/+12
* stream: add readableDidRead if has been read fromRobert Nagy2021-08-021-8/+11
* stream: fix toWeb typoRobert Nagy2021-07-251-1/+1
* stream: add readableDidReadRobert Nagy2021-07-141-0/+14
* stream: implement streams to webstreams adaptersJames M Snell2021-07-131-0/+19
* stream: destroy readable on read errorRobert Nagy2021-07-121-9/+21
* stream: validate abort signalRobert Nagy2021-07-121-2/+3
* stream: cleanup async handlingRobert Nagy2021-07-111-0/+2
* stream: use finished for async iterationRobert Nagy2021-07-081-47/+28
* stream: throw on premature close in Readable[AsyncIterator]Darshan Sen2021-07-051-4/+4
* lib: remove unnecessary lazy loadsJoyee Cheung2021-05-271-10/+2
* stream: add a non-destroying iterator to ReadableNitzan Uziely2021-05-251-8/+30
* lib: revert primordials in a hot pathAntoine du Hamel2021-04-191-24/+19
* stream,util: fix "the the" typo in commentsLuigi Pinca2021-03-131-1/+1
* stream: refactor to avoid unsafe array iterationAntoine du Hamel2021-02-011-4/+5
* stream: refactor to use more primordialsAntoine du Hamel2021-02-011-14/+23
* stream: lazy read ReadStreamMomtchil Momtchev2021-01-101-1/+3
* stream: fix pipe deadlock when starting with needDrainRobert Nagy2020-12-201-24/+28
* stream: support abortsignal in constructorBenjamin Gruenbaum2020-12-101-0/+6
* stream: support abort signalBenjamin Gruenbaum2020-12-071-0/+1
* stream: writableNeedDrainRobert Nagy2020-11-101-1/+6
* stream: async iterator stop read if destroyedRobert Nagy2020-10-151-1/+1
* lib: use Number.parseInt from primordialsMichaƫl Zasso2020-10-071-1/+2
* stream: fix legacy pipe error handlingRobert Nagy2020-09-231-20/+1
* stream: don't destroy on async iterator successRobert Nagy2020-09-211-11/+29
* stream: move to internal/streamsMatteo Collina2020-09-211-0/+1324