_debug_agent: use `readableObjectMode` option for client stream by vkurchatkin · Pull Request #270 · nodejs/node
Use public `readableObjectMode` option to construct `Transform` instead of accessing private `_readableState.objectMode`.
chrisdickinson pushed a commit that referenced this pull request
Jan 15, 2015Use 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, 2024This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters