diff --git a/doc/api/stream.md b/doc/api/stream.md index c26ab800faf610..7d42bd2d71ca6a 100644 --- a/doc/api/stream.md +++ b/doc/api/stream.md @@ -1740,6 +1740,13 @@ constructor and implement *both* the `readable._read()` and `writable._write()` methods. #### new stream.Duplex(options) + * `options` {Object} Passed to both Writable and Readable constructors. Also has the following fields: