| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1740,6 +1740,13 @@ constructor and implement *both* the `readable._read()` and | |||
| 1740 | 1740 | `writable._write()` methods. | |
| 1741 | 1741 | ||
| 1742 | 1742 | #### new stream.Duplex(options) | |
| 1743 | + <!-- YAML | ||
| 1744 | + changes: | ||
| 1745 | + - version: REPLACEME | ||
| 1746 | + pr-url: https://github.com/nodejs/node/pull/14636 | ||
| 1747 | + description: The `readableHighWaterMark` and `writableHighWaterMark` options | ||
| 1748 | + are supported now. | ||
| 1749 | + --> | ||
| 1743 | 1750 | ||
| 1744 | 1751 | * `options` {Object} Passed to both Writable and Readable | |
| 1745 | 1752 | constructors. Also has the following fields: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments