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
path: root/doc/api
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api')
-rw-r--r--doc/api/http.md2
-rw-r--r--doc/api/modules.md2
-rw-r--r--doc/api/n-api.md2
-rw-r--r--doc/api/process.md2
-rw-r--r--doc/api/stream.md4
5 files changed, 6 insertions, 6 deletions
diff --git a/doc/api/http.md b/doc/api/http.md
index c0e51d1d9d1..dea6c08ef35 100644
--- a/doc/api/http.md
+++ b/doc/api/http.md
@@ -734,7 +734,7 @@ changes:
description: The default action of calling `.destroy()` on the `socket`
will no longer take place if there are listeners attached
for `clientError`.
- - version: REPLACEME
+ - version: v8.10.0
pr-url: https://github.com/nodejs/node/pull/17672
description: The rawPacket is the current buffer that just parsed. Adding
this buffer to the error object of clientError event is to make
diff --git a/doc/api/modules.md b/doc/api/modules.md
index dc302c1990b..07c469c1140 100644
--- a/doc/api/modules.md
+++ b/doc/api/modules.md
@@ -835,7 +835,7 @@ via `require('module')`.
### module.builtinModules
<!-- YAML
-added: REPLACEME
+added: v8.10.0
-->
* {string[]}
diff --git a/doc/api/n-api.md b/doc/api/n-api.md
index 0843165f075..689536c227a 100644
--- a/doc/api/n-api.md
+++ b/doc/api/n-api.md
@@ -3695,7 +3695,7 @@ a specific `napi_env`.
### napi_get_uv_event_loop
<!-- YAML
-added: REPLACEME
+added: v8.10.0
-->
```C
NAPI_EXTERN napi_status napi_get_uv_event_loop(napi_env env,
diff --git a/doc/api/process.md b/doc/api/process.md
index 41067744af1..0fc00606713 100644
--- a/doc/api/process.md
+++ b/doc/api/process.md
@@ -1398,7 +1398,7 @@ Android operating system. However, Android support in Node.js
## process.ppid
<!-- YAML
-added: REPLACEME
+added: v8.10.0
-->
* {integer}
diff --git a/doc/api/stream.md b/doc/api/stream.md
index 6c024124928..d92d5fde23a 100644
--- a/doc/api/stream.md
+++ b/doc/api/stream.md
@@ -439,7 +439,7 @@ See also: [`writable.cork()`][].
##### writable.writableHighWaterMark
<!-- YAML
-added: REPLACEME
+added: v8.10.0
-->
Return the value of `highWaterMark` passed when constructing this
@@ -889,7 +889,7 @@ options.
##### readable.readableHighWaterMark
<!-- YAML
-added: REPLACEME
+added: v8.10.0
-->
Return the value of `highWaterMark` passed when constructing this