Skip to content

Commit

Permalink
doc: add missing changes: metadata for streams
Browse files Browse the repository at this point in the history
Ref: #14636
PR-URL: #14810
Reviewed-By: Jeremiah Senkpiel <[email protected]>
  • Loading branch information
addaleax committed Aug 13, 2017
1 parent 1df9340 commit 7e0c2ea
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 7e0c2ea

Please sign in to comment.