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/cli.md2
-rw-r--r--doc/api/deprecations.md12
-rw-r--r--doc/api/errors.md2
-rw-r--r--doc/api/fs.md10
-rw-r--r--doc/api/http.md4
-rw-r--r--doc/api/vm.md2
6 files changed, 16 insertions, 16 deletions
diff --git a/doc/api/cli.md b/doc/api/cli.md
index 3aef574f3ed..8b3877ebc71 100644
--- a/doc/api/cli.md
+++ b/doc/api/cli.md
@@ -816,7 +816,7 @@ for TLSv1.2, which is not as secure as TLSv1.3.
### `--trace-atomics-wait`
<!-- YAML
-added: REPLACEME
+added: v14.3.0
-->
Print short summaries of calls to [`Atomics.wait()`][] to stderr.
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md
index 4a6c5596959..9db1598e3a1 100644
--- a/doc/api/deprecations.md
+++ b/doc/api/deprecations.md
@@ -2666,11 +2666,11 @@ Type: Documentation-only
Use [`request.destroy()`][] instead of [`request.abort()`][].
-<a id="DEP0XXX"></a>
-### DEP0XXX: `repl.inputStream` and `repl.outputStream`
+<a id="DEP0141"></a>
+### DEP0141: `repl.inputStream` and `repl.outputStream`
<!-- YAML
changes:
- - version: REPLACEME
+ - version: v14.3.0
pr-url: https://github.com/nodejs/node/pull/33294
description: Documentation-only (supports [`--pending-deprecation`][]).
-->
@@ -2680,11 +2680,11 @@ Type: Documentation-only (supports [`--pending-deprecation`][])
The `repl` module exported the input and output stream twice. Use `.input`
instead of `.inputStream` and `.output` instead of `.outputStream`.
-<a id="DEP0XX1"></a>
-### DEP0XX1: `repl._builtinLibs`
+<a id="DEP0142"></a>
+### DEP0142: `repl._builtinLibs`
<!-- YAML
changes:
- - version: REPLACEME
+ - version: v14.3.0
pr-url: https://github.com/nodejs/node/pull/33294
description: Documentation-only (supports [`--pending-deprecation`][]).
-->
diff --git a/doc/api/errors.md b/doc/api/errors.md
index e25b6d9d5c7..1cf926c84be 100644
--- a/doc/api/errors.md
+++ b/doc/api/errors.md
@@ -858,7 +858,7 @@ The [`fs.Dir`][] was previously closed.
<a id="ERR_DIR_CONCURRENT_OPERATION"></a>
### `ERR_DIR_CONCURRENT_OPERATION`
<!-- YAML
-added: REPLACEME
+added: v14.3.0
-->
A synchronous read or close call was attempted on an [`fs.Dir`][] which has
diff --git a/doc/api/fs.md b/doc/api/fs.md
index 6f142420af8..2fc687d6aad 100644
--- a/doc/api/fs.md
+++ b/doc/api/fs.md
@@ -581,7 +581,7 @@ Stop watching for changes on the given `fs.FSWatcher`. Once stopped, the
### `watcher.ref()`
<!-- YAML
-added: REPLACEME
+added: v14.3.0
-->
* Returns: {fs.FSWatcher}
@@ -596,7 +596,7 @@ called previously.
### `watcher.unref()`
<!-- YAML
-added: REPLACEME
+added: v14.3.0
-->
* Returns: {fs.FSWatcher}
@@ -609,7 +609,7 @@ no effect.
## Class: `fs.StatWatcher`
<!-- YAML
-added: REPLACEME
+added: v14.3.0
-->
* Extends {EventEmitter}
@@ -619,7 +619,7 @@ object.
### `watcher.ref()`
<!-- YAML
-added: REPLACEME
+added: v14.3.0
-->
* Returns: {fs.StatWatcher}
@@ -634,7 +634,7 @@ called previously.
### `watcher.unref()`
<!-- YAML
-added: REPLACEME
+added: v14.3.0
-->
* Returns: {fs.StatWatcher}
diff --git a/doc/api/http.md b/doc/api/http.md
index fd1d616050d..d3792c74fd0 100644
--- a/doc/api/http.md
+++ b/doc/api/http.md
@@ -2482,7 +2482,7 @@ not abort the request or do anything besides add a `'timeout'` event.
## `http.validateHeaderName(name)`
<!-- YAML
-added: REPLACEME
+added: v14.3.0
-->
* `name` {string}
@@ -2512,7 +2512,7 @@ try {
## `http.validateHeaderValue(name, value)`
<!-- YAML
-added: REPLACEME
+added: v14.3.0
-->
* `name` {string}
diff --git a/doc/api/vm.md b/doc/api/vm.md
index 7a9bfc21af9..7ac01a6bc64 100644
--- a/doc/api/vm.md
+++ b/doc/api/vm.md
@@ -805,7 +805,7 @@ changes:
- version: v14.1.0
pr-url: https://github.com/nodejs/node/pull/32985
description: The `importModuleDynamically` option is now supported.
- - version: REPLACEME
+ - version: v14.3.0
pr-url: https://github.com/nodejs/node/pull/33364
description: Removal of `importModuleDynamically` due to compatibility issues
-->