diff --git a/doc/api/stream.md b/doc/api/stream.md index 73659524ecc2b5..eac2e5a8479b87 100644 --- a/doc/api/stream.md +++ b/doc/api/stream.md @@ -1139,6 +1139,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