Browse Source

doc: add missing `changes:` metadata for streams

Ref: https://github.com/nodejs/node/pull/14636
PR-URL: https://github.com/nodejs/node/pull/14810
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
v6
Anna Henningsen 8 years ago
parent
commit
7e0c2ea92b
No known key found for this signature in database GPG Key ID: D8B9F5AEAE84E4CF
  1. 7
      doc/api/stream.md

7
doc/api/stream.md

@ -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:

Loading…
Cancel
Save