We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ccb429 commit 59c67feCopy full SHA for 59c67fe
doc/api/fs.markdown
@@ -775,6 +775,10 @@ on Unix systems, it never was.
775
776
Returns a new ReadStream object (See `Readable Stream`).
777
778
+Be aware that, unlike the default value set for `highWaterMark` on a
779
+readable stream (16kB), the stream returned by this method has a
780
+default value of 64kB for the same parameter.
781
+
782
`options` is an object with the following defaults:
783
784
{ flags: 'r',
0 commit comments