![]() |
VOOZH | about |
readable.readableFlowingReturn Value: It returns true if stream is in flowing mode else it returns false. Below examples illustrate the use of readable.readableFlowing property in Node.js: Example 1: Output:
trueExample 2: Output:
falseReference: https://nodejs.org/api/stream.html#stream_readable_readableflowing.