Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanielle Adams <adamzdanielle@gmail.com>2020-10-06 20:46:41 +0300
committerDanielle Adams <adamzdanielle@gmail.com>2020-10-08 00:22:52 +0300
commitd0438a629a34a19c7368a32f5731f7b8c3cd3ec8 (patch)
tree8067b03e71d197690a2cbe338262305f5f3a9f7b /doc/api/stream.md
parent7b26322f6da2910e36febc318c8df249228dcea6 (diff)
2020-10-07, Version 14.13.1 (Current)
Notable changes: * fs: * remove experimental from rmdir recursive (Benjamin Coe) [#35171](https://github.com/nodejs/node/pull/35171) PR-URL: https://github.com/nodejs/node/pull/35525
Diffstat (limited to 'doc/api/stream.md')
-rw-r--r--doc/api/stream.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/stream.md b/doc/api/stream.md
index ff92207c07e..f51fe0b6b3e 100644
--- a/doc/api/stream.md
+++ b/doc/api/stream.md
@@ -1969,7 +1969,7 @@ const myWritable = new Writable({
#### `writable._construct(callback)`
<!-- YAML
-added: REPLACEME
+added: v14.13.1
-->
* `callback` {Function} Call this function (optionally with an error
@@ -2287,7 +2287,7 @@ const myReadable = new Readable({
#### `readable._construct(callback)`
<!-- YAML
-added: REPLACEME
+added: v14.13.1
-->
* `callback` {Function} Call this function (optionally with an error