We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
added:
stream._construct()
1 parent 5ceba53 commit b477447Copy full SHA for b477447
doc/api/stream.md
@@ -1981,7 +1981,7 @@ const myWritable = new Writable({
1981
1982
#### `writable._construct(callback)`
1983
<!-- YAML
1984
-added: v14.13.1
+added: v15.0.0
1985
-->
1986
1987
* `callback` {Function} Call this function (optionally with an error
@@ -2299,7 +2299,7 @@ const myReadable = new Readable({
2299
2300
#### `readable._construct(callback)`
2301
2302
2303
2304
2305
0 commit comments