Browse Source

updated documentation for fs.createReadStream

Reviewed-By: James M Snell <jasnell@gmail.com>
PR-URL: https://github.com/joyent/node/pull/25591
v0.12-staging
Michele Caini 10 years ago
committed by James M Snell
parent
commit
59c67fe3cd
  1. 4
      doc/api/fs.markdown

4
doc/api/fs.markdown

@ -775,6 +775,10 @@ on Unix systems, it never was.
Returns a new ReadStream object (See `Readable Stream`).
Be aware that, unlike the default value set for `highWaterMark` on a
readable stream (16kB), the stream returned by this method has a
default value of 64kB for the same parameter.
`options` is an object with the following defaults:
{ flags: 'r',

Loading…
Cancel
Save