Skip to content

Commit 04c0387

Browse files
committed
doc: add missing changes: metadata for streams
Ref: nodejs#14636
1 parent 1df9340 commit 04c0387

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

doc/api/stream.md

+7
Original file line numberDiff line numberDiff line change
@@ -1740,6 +1740,13 @@ constructor and implement *both* the `readable._read()` and
17401740
`writable._write()` methods.
17411741

17421742
#### new stream.Duplex(options)
1743+
<!-- YAML
1744+
changes:
1745+
- version: REPLACEME
1746+
pr-url: https://github.com/nodejs/node/pull/14636
1747+
description: The `readableHighWaterMark` and `writableHighWaterMark` options
1748+
are supported now.
1749+
-->
17431750

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

0 commit comments

Comments
 (0)