Document existence of `fd` property for ReadStream
authorFelix Geisendörfer <felix@debuggable.com>
Sun, 20 Feb 2011 12:41:14 +0000 (13:41 +0100)
committerRyan Dahl <ry@tinyclouds.org>
Thu, 24 Feb 2011 20:44:21 +0000 (12:44 -0800)
Closes GH-194.
Closes GH-701.

doc/api/fs.markdown

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