The fs.createReadStream method is particularly useful when dealing with ______ sized files.

  • small
  • large
  • binary
  • text
The fs.createReadStream method in Node.js is particularly useful when dealing with large sized files. This method allows you to efficiently read large files in smaller chunks, which can be memory-efficient for handling large datasets.
Add your answer
Loading...

Leave a comment

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