File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -605,8 +605,8 @@ added: v0.1.93
605
605
606
606
* Extends: {stream.Readable}
607
607
608
- A successful call to ` fs.createReadStream() ` will return a new ` fs.ReadStream `
609
- object .
608
+ Instances of ` fs.ReadStream ` are created and returned using the
609
+ [ ` fs.createReadStream() ` ] [ ] function .
610
610
611
611
### Event: ` 'close' `
612
612
<!-- YAML
@@ -1028,6 +1028,9 @@ added: v0.1.93
1028
1028
1029
1029
* Extends {stream.Writable}
1030
1030
1031
+ Instances of ` fs.WriteStream ` are created and returned using the
1032
+ [ ` fs.createWriteStream() ` ] [ ] function.
1033
+
1031
1034
### Event: ` 'close' `
1032
1035
<!-- YAML
1033
1036
added: v0.1.93
@@ -5798,6 +5801,7 @@ the file contents.
5798
5801
[ `fs.chmod()` ] : #fs_fs_chmod_path_mode_callback
5799
5802
[ `fs.chown()` ] : #fs_fs_chown_path_uid_gid_callback
5800
5803
[ `fs.copyFile()` ] : #fs_fs_copyfile_src_dest_flags_callback
5804
+ [ `fs.createReadStream()` ] : #fs_fs_createreadstream_path_options
5801
5805
[ `fs.createWriteStream()` ] : #fs_fs_createwritestream_path_options
5802
5806
[ `fs.exists()` ] : fs.html#fs_fs_exists_path_callback
5803
5807
[ `fs.fstat()` ] : #fs_fs_fstat_fd_options_callback
You can’t perform that action at this time.
0 commit comments