Browse Source

Document existence of `fd` property for ReadStream

Closes GH-194.
Closes GH-701.
v0.7.4-release
Felix Geisendörfer 14 years ago
committed by Ryan Dahl
parent
commit
06ac129903
  1. 1
      doc/api/fs.markdown

1
doc/api/fs.markdown

@ -355,6 +355,7 @@ Returns a new ReadStream object (See `Readable Stream`).
{ flags: 'r',
encoding: null,
fd: null,
mode: 0666,
bufferSize: 4096 }

Loading…
Cancel
Save