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 71aeea1 commit 3ddf2c9Copy full SHA for 3ddf2c9
doc/api/stream.md
@@ -2535,6 +2535,10 @@ changes:
2535
* `allowHalfOpen` {boolean} If set to `false`, then the stream will
2536
automatically end the writable side when the readable side ends.
2537
**Default:** `true`.
2538
+ * `readable` {boolean} Sets whether the `Duplex` should be readable.
2539
+ **Default:** `true`.
2540
+ * `writable` {boolean} Sets whether the `Duplex` should be writable.
2541
2542
* `readableObjectMode` {boolean} Sets `objectMode` for readable side of the
2543
stream. Has no effect if `objectMode` is `true`. **Default:** `false`.
2544
* `writableObjectMode` {boolean} Sets `objectMode` for writable side of the
0 commit comments