Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna Henningsen <anna@addaleax.net>2017-08-13 23:05:13 +0300
committerAnna Henningsen <anna@addaleax.net>2017-08-13 23:28:12 +0300
commit4811fea553621cd4974cb747c7a58478fcc7db82 (patch)
tree89ae0aae65628ade051c0d1ee996a27535d7e4b7 /doc/api/stream.md
parentb3c1c6ff7f65c6bf8c08585d11b8da9779e0d371 (diff)
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>
Diffstat (limited to 'doc/api/stream.md')
-rw-r--r--doc/api/stream.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/api/stream.md b/doc/api/stream.md
index c26ab800faf..7d42bd2d71c 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)
+<!-- 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: