diff --git a/doc/api/stream.md b/doc/api/stream.md index 4a041e63ecc..16edb6d80ba 100644 --- a/doc/api/stream.md +++ b/doc/api/stream.md @@ -504,6 +504,8 @@ Return the value of `highWaterMark` passed when constructing this added: v9.4.0 --> +* {number} + This property contains the number of bytes (or objects) in the queue ready to be written. The value provides introspection data regarding the status of the `highWaterMark`. @@ -513,6 +515,8 @@ the status of the `highWaterMark`. added: v12.3.0 --> +* {boolean} + Getter for the property `objectMode` of a given `Writable` stream. ##### writable.write(chunk[, encoding][, callback]) @@ -1107,6 +1111,8 @@ the status of the `highWaterMark`. added: v12.3.0 --> +* {boolean} + Getter for the property `objectMode` of a given `Readable` stream. ##### readable.resume()