mirror of
https://github.com/zebrajr/node.git
synced 2025-12-06 12:20:27 +01:00
change isStream to also check existence of on, so it wont mistake buffers as Streams. fixes: https://github.com/nodejs/node/issues/37731 PR-URL: https://github.com/nodejs/node/pull/37739 Fixes: https://github.com/nodejs/node/issues/37731 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Matteo Collina <matteo.collina@gmail.com> Reviewed-By: Robert Nagy <ronagy@icloud.com> Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> |
||
|---|---|---|
| .. | ||
| add-abort-signal.js | ||
| buffer_list.js | ||
| destroy.js | ||
| duplex.js | ||
| duplexpair.js | ||
| end-of-stream.js | ||
| from.js | ||
| lazy_transform.js | ||
| legacy.js | ||
| passthrough.js | ||
| pipeline.js | ||
| readable.js | ||
| state.js | ||
| transform.js | ||
| utils.js | ||
| writable.js | ||