node/lib/internal/webstreams
Debadree Chatterjee 75080830a4
stream: dont access Object.prototype.type during TransformStream init
Fixes: https://github.com/nodejs/node/issues/46355
PR-URL: https://github.com/nodejs/node/pull/46389
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
2023-02-02 19:07:59 +00:00
..
adapters.js stream: refactor to use validateFunction 2023-01-01 06:33:41 +00:00
compression.js lib: move kEnumerableProperty to internal/util 2022-02-11 17:30:47 +00:00
encoding.js stream: update TextEncoderStream to align the latest spec 2022-08-04 22:41:28 +00:00
queuingstrategies.js stream: fix web streams have no Symbol.toStringTag 2022-10-26 15:48:48 +00:00
readablestream.js doc: mark some parameters as optional in webstreams 2023-01-21 12:03:10 +01:00
transfer.js lib: use null-prototype objects for property descriptors 2022-06-03 09:23:58 +01:00
transformstream.js stream: dont access Object.prototype.type during TransformStream init 2023-02-02 19:07:59 +00:00
util.js tools: add prefer-proto rule 2023-01-10 05:38:36 +00:00
writablestream.js doc: mark some parameters as optional in webstreams 2023-01-21 12:03:10 +01:00