diff --git a/doc/api/stream.md b/doc/api/stream.md index 24f3ee8900f9e8..ee3202e0a7b4b7 100644 --- a/doc/api/stream.md +++ b/doc/api/stream.md @@ -1047,6 +1047,16 @@ added: v0.8.0 Is `true` if it is safe to call [`readable.read()`][]. +##### readable.readableFlowing + + +* {boolean} + +This property reflects the current state of a `Readable` stream as described +in the [Stream Three States][] section. + ##### readable.readableHighWaterMark