_debug_agent: use `readableObjectMode` option for client stream by vkurchatkin · Pull Request #270 · nodejs/node

@vkurchatkin

Use public `readableObjectMode` option to construct `Transform`
instead of accessing private `_readableState.objectMode`.

chrisdickinson pushed a commit that referenced this pull request

Jan 15, 2015
Use public `readableObjectMode` option to construct `Transform`
instead of accessing private `_readableState.objectMode`.

Partially addresses #445.

PR-URL: #270
Reviewed-By: Fedor Indutny <fedor@indutny.com>
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Bert Belder <bertbelder@gmail.com>
Reviewed-By: Chris Dickinson <christopher.s.dickinson@gmail.com>

This was referenced

Feb 11, 2024