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 @@ -654,8 +654,8 @@ added: v0.1.93
654
654
655
655
* Extends: {stream.Readable}
656
656
657
- A successful call to ` fs.createReadStream() ` will return a new ` fs.ReadStream `
658
- object .
657
+ Instances of ` fs.ReadStream ` are created and returned using the
658
+ [ ` fs.createReadStream() ` ] [ ] function .
659
659
660
660
### Event: ` 'close' `
661
661
<!-- YAML
@@ -1079,6 +1079,9 @@ added: v0.1.93
1079
1079
1080
1080
* Extends {stream.Writable}
1081
1081
1082
+ Instances of ` fs.WriteStream ` are created and returned using the
1083
+ [ ` fs.createWriteStream() ` ] [ ] function.
1084
+
1082
1085
### Event: ` 'close' `
1083
1086
<!-- YAML
1084
1087
added: v0.1.93
@@ -5898,6 +5901,7 @@ the file contents.
5898
5901
[ `fs.chmod()` ] : #fs_fs_chmod_path_mode_callback
5899
5902
[ `fs.chown()` ] : #fs_fs_chown_path_uid_gid_callback
5900
5903
[ `fs.copyFile()` ] : #fs_fs_copyfile_src_dest_mode_callback
5904
+ [ `fs.createReadStream()` ] : #fs_fs_createreadstream_path_options
5901
5905
[ `fs.createWriteStream()` ] : #fs_fs_createwritestream_path_options
5902
5906
[ `fs.exists()` ] : fs.html#fs_fs_exists_path_callback
5903
5907
[ `fs.fstat()` ] : #fs_fs_fstat_fd_options_callback
You can’t perform that action at this time.
0 commit comments