| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 7cde699 commit b93ba07
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -2412,6 +2412,10 @@ changes: | |||
| 2412 | 2412 | * `allowHalfOpen` {boolean} If set to `false`, then the stream will | |
| 2413 | 2413 | automatically end the writable side when the readable side ends. | |
| 2414 | 2414 | **Default:** `true`. | |
| 2415 | + * `readable` {boolean} Sets whether the `Duplex` should be readable. | ||
| 2416 | + **Default:** `true`. | ||
| 2417 | + * `writable` {boolean} Sets whether the `Duplex` should be writable. | ||
| 2418 | + **Default:** `true`. | ||
| 2415 | 2419 | * `readableObjectMode` {boolean} Sets `objectMode` for readable side of the | |
| 2416 | 2420 | stream. Has no effect if `objectMode` is `true`. **Default:** `false`. | |
| 2417 | 2421 | * `writableObjectMode` {boolean} Sets `objectMode` for writable side of the | |
| Back | FazBrowse Home | New Git URL |
0 commit comments