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 ce280c1 commit 2260037Copy full SHA for 2260037
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