diff --git a/doc/api/stream.md b/doc/api/stream.md index e73624739a6b62..22a2deee83fba9 100644 --- a/doc/api/stream.md +++ b/doc/api/stream.md @@ -580,6 +580,15 @@ 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.writableNeedDrain` + + +* {boolean} + +Is `true` if the stream's buffer has been full and stream will emit `'drain'`. + ##### `writable.writableObjectMode`