Browse Source

doc: remove `bufferSize` option

`bufferSize` option has been removed in b0f6789.
v0.10.9-release
Kiyoshi Nomo 12 years ago
committed by Ben Noordhuis
parent
commit
36e90da6df
  1. 1
      doc/api/fs.markdown

1
doc/api/fs.markdown

@ -650,7 +650,6 @@ Returns a new ReadStream object (See `Readable Stream`).
encoding: null,
fd: null,
mode: 0666,
bufferSize: 64 * 1024,
autoClose: true
}

Loading…
Cancel
Save