node/lib/internal/streams
Luigi Pinca df0716921e stream: make Duplex inherits from DuplexBase
Add ability to subclass `stream.Duplex` without inheriting the
"no-half-open enforcer" regardless of the value of the `allowHalfOpen`
option.

PR-URL: https://github.com/nodejs/node/pull/18974
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Chen Gang <gangc.cxy@foxmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
2018-03-07 16:05:17 +01:00
..
async_iterator.js stream: added experimental support for for-await 2018-01-11 12:34:41 +01:00
BufferList.js stream: augment BufferList.prototype 2018-02-01 10:58:35 +01:00
destroy.js stream: updated streams error handling 2018-03-06 13:31:56 +01:00
duplex_base.js stream: make Duplex inherits from DuplexBase 2018-03-07 16:05:17 +01:00
duplexpair.js tls: make deprecated tls.createSecurePair() use public API 2018-01-14 14:49:41 +01:00
lazy_transform.js crypto: make LazyTransform compabile with Streams1 2017-04-14 16:05:14 +02:00
legacy.js lib,test: remove yoda statements 2018-03-04 15:33:18 +01:00
state.js lib: port remaining errors to new system 2018-03-07 14:54:38 +01:00