diff --git a/doc/api/stream.md b/doc/api/stream.md index 81e2a7247ee810..baa72e565e8774 100644 --- a/doc/api/stream.md +++ b/doc/api/stream.md @@ -570,6 +570,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`