summaryrefslogtreecommitdiff
path: root/lib/internal/webstreams/transformstream.js
Commit message (Expand)AuthorAgeFilesLines
* stream: add trailing commas in webstream source filesAntoine du Hamel2023-02-181-2/+2
* stream: dont access Object.prototype.type during TransformStream initDebadree Chatterjee2023-02-021-0/+2
* lib: use kEmptyObject and update JSDoc in webstreamsDeokjin Kim2023-01-151-4/+5
* stream: fix web streams have no Symbol.toStringTagJithil P Ponnan2022-10-261-4/+10
* lib: use safe `Promise` alternatives when availableAntoine du Hamel2022-08-271-10/+7
* lib: move kEnumerableProperty to internal/utilMestery2022-02-111-1/+1
* lib,tools: remove empty lines between JSDoc tagsRich Trott2021-12-191-4/+12
* stream: fixup property definition to avoid prototype polutionJames M Snell2021-07-131-6/+7
* lib: rename TransferedReadableStream etcTobias Nießen2021-07-131-4/+4
* stream: implement WHATWG streamsJames M Snell2021-06-301-0/+591