diff --git a/doc/api/stream.md b/doc/api/stream.md index 6ee016466206d8..25a218cf130728 100644 --- a/doc/api/stream.md +++ b/doc/api/stream.md @@ -437,6 +437,14 @@ process.nextTick(() => { See also: [`writable.cork()`][]. +##### writable.writableHighWaterMark + + +Return the value of `highWaterMark` passed when constructing this +`Writable`. + ##### writable.write(chunk[, encoding][, callback]) + +Return the value of `highWaterMark` passed when constructing this +`Readable`. + ##### readable.read([size])