From d77750f09a1359255b4860bf6fcdf76c03c89524 Mon Sep 17 00:00:00 2001 From: Chetan Karande Date: Mon, 9 Sep 2019 11:57:14 -0400 Subject: [PATCH] doc: add documentation for stream readableFlowing --- doc/api/stream.md | 11 +++++++++++ 1 file changed, 11 insertions(+) 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