Forward Node.js tail stream data through a pipe-style data listener instead of manually draining readable events. This keeps compose closer to the stream pipe hot path while preserving backpressure with pause and resume. Signed-off-by: Kamat, Trivikram <16024985+trivikr@users.noreply.github.com> Assisted-by: openai:gpt-5.5 PR-URL: https://github.com/nodejs/node/pull/63593 Reviewed-By: Robert Nagy <ronagy@icloud.com> Reviewed-By: Ethan Arrowood <ethan@arrowood.dev> Reviewed-By: Jake Yuesong Li <jake.yuesong@gmail.com> Reviewed-By: Stephen Belanger <admin@stephenbelanger.com> |
||
|---|---|---|
| .. | ||
| compose.js | ||
| creation.js | ||
| destroy.js | ||
| finished.js | ||
| iter-creation.js | ||
| iter-file-read.js | ||
| iter-from-batching.js | ||
| iter-throughput-broadcast.js | ||
| iter-throughput-compression.js | ||
| iter-throughput-identity.js | ||
| iter-throughput-pipeto.js | ||
| iter-throughput-share.js | ||
| iter-throughput-transform.js | ||
| pipe-object-mode.js | ||
| pipe.js | ||
| readable-async-iterator.js | ||
| readable-bigread.js | ||
| readable-bigunevenread.js | ||
| readable-boundaryread.js | ||
| readable-from.js | ||
| readable-readall.js | ||
| readable-uint8array.js | ||
| readable-unevenread.js | ||
| writable-manywrites.js | ||
| writable-uint8array.js | ||