Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0bf0f9 commit 0ba9052Copy full SHA for 0ba9052
doc/api/stream.md
@@ -2323,6 +2323,10 @@ changes:
2323
* `allowHalfOpen` {boolean} If set to `false`, then the stream will
2324
automatically end the writable side when the readable side ends.
2325
**Default:** `true`.
2326
+ * `readable` {boolean} Sets whether the `Duplex` should be readable.
2327
+ **Default:** `true`.
2328
+ * `writable` {boolean} Sets whether the `Duplex` should be writable.
2329
2330
* `readableObjectMode` {boolean} Sets `objectMode` for readable side of the
2331
stream. Has no effect if `objectMode` is `true`. **Default:** `false`.
2332
* `writableObjectMode` {boolean} Sets `objectMode` for writable side of the
0 commit comments