![]() |
VOOZH | about |
readable.readableEndedReturn Value: It returns true if end event is emitted else it returns false. Below examples illustrate the use of readable.readableEnded property in Node.js: Example 1: Output:
read: hello true end!!Example 2: Output:
false read: helloReference: https://nodejs.org/api/stream.html#stream_readable_readableended.