diff --git a/doc/api/stream.md b/doc/api/stream.md index 6d64bfbf6c50f1..92070c66a87603 100644 --- a/doc/api/stream.md +++ b/doc/api/stream.md @@ -1136,6 +1136,16 @@ added: v12.9.0 Becomes `true` when [`'end'`][] event is emitted. +##### readable.readableFlowing + + +* {boolean} + +This property reflects the current state of a `Readable` stream as described +in the [Stream Three States][] section. + ##### readable.readableHighWaterMark