summaryrefslogtreecommitdiff
path: root/doc/api/stream.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/stream.md')
-rw-r--r--doc/api/stream.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/api/stream.md b/doc/api/stream.md
index 6406e49fa8..32be29182c 100644
--- a/doc/api/stream.md
+++ b/doc/api/stream.md
@@ -462,6 +462,9 @@ See also: [`writable.cork()`][].
<!-- YAML
added: v9.3.0
-->
+
+* {number}
+
Return the value of `highWaterMark` passed when constructing this
`Writable`.
@@ -1209,6 +1212,8 @@ added: REPLACEME
> Stability: 1 - Experimental
+* {AsyncIterator}
+
Returns an [AsyncIterator][async-iterator] to fully consume the stream.
```js