The method '______' is used to read data from a readable stream in Node.js.

  • readData
  • fetch
  • read
  • getData
In Node.js, the read method is used to read data from a readable stream. It allows you to retrieve data from the stream in chunks. The other options are not the correct methods for reading data from readable streams.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *