diff --git a/doc/api/stream.md b/doc/api/stream.md index 1e700e6f081350..79623662e43d86 100644 --- a/doc/api/stream.md +++ b/doc/api/stream.md @@ -502,6 +502,13 @@ 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`. +##### writable.writableObjectMode + + +Getter for the property `objectMode` of a given `Writable` stream. + ##### writable.write(chunk[, encoding][, callback]) + +Getter for the property `objectMode` of a given `Readable` stream. + ##### readable.resume()