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
@@ -5874,6 +5877,7 @@ the file contents.
5874
5877
[ `fs.chmod()` ] : #fs_fs_chmod_path_mode_callback
5875
5878
[ `fs.chown()` ] : #fs_fs_chown_path_uid_gid_callback
5876
5879
[ `fs.copyFile()` ] : #fs_fs_copyfile_src_dest_mode_callback
5880
+ [ `fs.createReadStream()` ] : #fs_fs_createreadstream_path_options
5877
5881
[ `fs.createWriteStream()` ] : #fs_fs_createwritestream_path_options
5878
5882
[ `fs.exists()` ] : fs.html#fs_fs_exists_path_callback
5879
5883
[ `fs.fstat()` ] : #fs_fs_fstat_fd_options_callback
You can’t perform that action at this time.
0 commit comments