node/lib/internal/webstreams
Antoine du Hamel 7792f1ae47
stream: copyedit webstreams/adapter.js
- Simplify `ZLIB_FAILURES` creation.
- Cache `cause.code` in `handleKnownInternalErrors` in case of a getter.
- Replace `SafePromiseAll` with `SafePromiseAllReturnVoid` to reduce the
  number of allocated promises.

Signed-off-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
PR-URL: https://github.com/nodejs/node/pull/63034
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2026-05-07 15:41:50 +02:00
..
adapters.js stream: copyedit webstreams/adapter.js 2026-05-07 15:41:50 +02:00
compression.js stream: allow shared array buffer sources in writable webstream adapter 2026-05-07 15:41:39 +02:00
encoding.js stream: handle undefined chunks correctly in decode stream 2024-09-30 17:54:43 +00:00
queuingstrategies.js stream: remove duplicated utility 2026-05-07 15:41:50 +02:00
readablestream.js stream: remove duplicated utility 2026-05-07 15:41:50 +02:00
transfer.js lib: replace createDeferredPromise util with Promise.withResolvers 2024-10-19 10:13:58 +02:00
transformstream.js stream: remove duplicated utility 2026-05-07 15:41:50 +02:00
util.js stream: remove duplicated utility 2026-05-07 15:41:50 +02:00
writablestream.js stream: remove duplicated utility 2026-05-07 15:41:50 +02:00