| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 40a43ac commit 4a1f20e
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -7155,8 +7155,8 @@ added: v0.1.93 | |||
| 7155 | 7155 | ||
| 7156 | 7156 | * Extends: {stream.Readable} | |
| 7157 | 7157 | ||
| 7158 | - Instances of {fs.ReadStream} are created and returned using the | ||
| 7159 | - [`fs.createReadStream()`][] function. | ||
| 7158 | + Instances of {fs.ReadStream} cannot be constructed directly. They are created and | ||
| 7159 | + returned using the [`fs.createReadStream()`][] function. | ||
| 7160 | 7160 | ||
| 7161 | 7161 | #### Event: `'close'` | |
| 7162 | 7162 | ||
@@ -7926,8 +7926,8 @@ added: v0.1.93 | |||
| 7926 | 7926 | ||
| 7927 | 7927 | * Extends {stream.Writable} | |
| 7928 | 7928 | ||
| 7929 | - Instances of {fs.WriteStream} are created and returned using the | ||
| 7930 | - [`fs.createWriteStream()`][] function. | ||
| 7929 | + Instances of {fs.WriteStream} cannot be constructed directly. They are created and | ||
| 7930 | + returned using the [`fs.createWriteStream()`][] function. | ||
| 7931 | 7931 | ||
| 7932 | 7932 | #### Event: `'close'` | |
| 7933 | 7933 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments