Skip to content

Commit

Permalink
doc: add missing changes: metadata for streams
Browse files Browse the repository at this point in the history
  • Loading branch information
addaleax committed Aug 13, 2017
1 parent 1df9340 commit 04c0387
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions doc/api/stream.md
Original file line number Diff line number Diff line change
Expand Up @@ -1740,6 +1740,13 @@ constructor and implement *both* the `readable._read()` and
`writable._write()` methods.

#### new stream.Duplex(options)
<!-- YAML
changes:
- version: REPLACEME
pr-url: https://github.com/nodejs/node/pull/14636
description: The `readableHighWaterMark` and `writableHighWaterMark` options
are supported now.
-->

* `options` {Object} Passed to both Writable and Readable
constructors. Also has the following fields:
Expand Down

0 comments on commit 04c0387

Please sign in to comment.