![]() |
VOOZH | about |
readable.readableLengthReturn Values: It returns the number of bytes in the queue which are ready to be read. Below examples illustrate the use of readable.readableLength property in Node.js: Example 1: Output:
0Example 2: Output:
0 read: 13Reference: https://nodejs.org/api/stream.html#stream_readable_readablelength.