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 7cde699 commit b93ba07Copy full SHA for b93ba07
doc/api/stream.md
@@ -2412,6 +2412,10 @@ changes:
2412
* `allowHalfOpen` {boolean} If set to `false`, then the stream will
2413
automatically end the writable side when the readable side ends.
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
2419
* `readableObjectMode` {boolean} Sets `objectMode` for readable side of the
2420
stream. Has no effect if `objectMode` is `true`. **Default:** `false`.
2421
* `writableObjectMode` {boolean} Sets `objectMode` for writable side of the
0 commit comments