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/async_context.md4
-rw-r--r--doc/api/buffer.md2
-rw-r--r--doc/api/cli.md6
-rw-r--r--doc/api/crypto.md6
-rw-r--r--doc/api/deprecations.md8
-rw-r--r--doc/api/fs.md6
-rw-r--r--doc/api/globals.md18
-rw-r--r--doc/api/http.md4
-rw-r--r--doc/api/n-api.md4
-rw-r--r--doc/api/net.md2
-rw-r--r--doc/api/process.md2
-rw-r--r--doc/api/stream.md18
-rw-r--r--doc/api/worker_threads.md4
13 files changed, 42 insertions, 42 deletions
diff --git a/doc/api/async_context.md b/doc/api/async_context.md
index 065aafd2218..58ee892e51d 100644
--- a/doc/api/async_context.md
+++ b/doc/api/async_context.md
@@ -446,7 +446,7 @@ added:
- v14.8.0
- v12.19.0
changes:
- - version: REPLACEME
+ - version: v16.15.0
pr-url: https://github.com/nodejs/node/pull/42177
description: Changed the default when `thisArg` is undefined to use `this`
from the caller.
@@ -472,7 +472,7 @@ added:
- v14.8.0
- v12.19.0
changes:
- - version: REPLACEME
+ - version: v16.15.0
pr-url: https://github.com/nodejs/node/pull/42177
description: Changed the default when `thisArg` is undefined to use `this`
from the caller.
diff --git a/doc/api/buffer.md b/doc/api/buffer.md
index 657041b3061..f27ab14dcc9 100644
--- a/doc/api/buffer.md
+++ b/doc/api/buffer.md
@@ -3371,7 +3371,7 @@ console.log(buf.subarray(-5, -2).toString());
<!-- YAML
added: v0.3.0
changes:
- - version: REPLACEME
+ - version: v16.15.0
pr-url: https://github.com/nodejs/node/pull/41596
description: The buf.slice() method has been deprecated.
- version:
diff --git a/doc/api/cli.md b/doc/api/cli.md
index cbb95a2d0a5..475894d7c0e 100644
--- a/doc/api/cli.md
+++ b/doc/api/cli.md
@@ -275,7 +275,7 @@ modifying the stack trace.
### `--experimental-fetch`
<!-- YAML
-added: REPLACEME
+added: v16.15.0
-->
Enable experimental support for the [Fetch API][].
@@ -283,7 +283,7 @@ Enable experimental support for the [Fetch API][].
### `--experimental-global-webcrypto`
<!-- YAML
-added: REPLACEME
+added: v16.15.0
-->
Expose the [Web Crypto API][] on the global scope.
@@ -310,7 +310,7 @@ Specify the `module` of a custom experimental [ECMAScript module loader][].
### `--experimental-network-imports`
<!-- YAML
-added: REPLACEME
+added: v16.15.0
-->
> Stability: 1 - Experimental
diff --git a/doc/api/crypto.md b/doc/api/crypto.md
index c52227f22c3..dff4142fd4a 100644
--- a/doc/api/crypto.md
+++ b/doc/api/crypto.md
@@ -2085,7 +2085,7 @@ PKCS#1 and SEC1 encryption.
### `keyObject.equals(otherKeyObject)`
<!-- YAML
-added: REPLACEME
+added: v16.15.0
-->
* `otherKeyObject`: {KeyObject} A `KeyObject` with which to
@@ -2488,7 +2488,7 @@ added: v15.6.0
<!-- YAML
added: v15.6.0
changes:
- - version: REPLACEME
+ - version: v16.15.0
pr-url: https://github.com/nodejs/node/pull/41569
description: The subject option can now be set to `'default'`.
- version: v16.14.1
@@ -2527,7 +2527,7 @@ considered, even if the certificate contains no subject alternative names.
<!-- YAML
added: v15.6.0
changes:
- - version: REPLACEME
+ - version: v16.15.0
pr-url: https://github.com/nodejs/node/pull/41569
description: The subject option can now be set to `'default'`.
-->
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md
index 832c41648f2..33e89e5cd47 100644
--- a/doc/api/deprecations.md
+++ b/doc/api/deprecations.md
@@ -3039,7 +3039,7 @@ const w = new Writable({
<!-- YAML
changes:
- - version: REPLACEME
+ - version: v16.15.0
pr-url: https://github.com/nodejs/node/pull/41596
description: Documentation-only deprecation.
-->
@@ -3057,7 +3057,7 @@ Use [`buffer.subarray`][] which does the same thing instead.
<!-- YAML
changes:
- - version: REPLACEME
+ - version: v16.15.0
pr-url: https://github.com/nodejs/node/pull/41872
description: Documentation-only deprecation.
-->
@@ -3071,7 +3071,7 @@ which diminished its usefulness.
<!-- YAML
changes:
- - version: REPLACEME
+ - version: v16.15.0
pr-url: https://github.com/nodejs/node/pull/41587
description: Documentation-only deprecation.
-->
@@ -3089,7 +3089,7 @@ resources and not the actual references.
<!-- YAML
changes:
- - version: REPLACEME
+ - version: v16.15.0
pr-url: https://github.com/nodejs/node/pull/42149
description: Documentation-only deprecation.
-->
diff --git a/doc/api/fs.md b/doc/api/fs.md
index 92d447671ce..45c1545be7c 100644
--- a/doc/api/fs.md
+++ b/doc/api/fs.md
@@ -828,7 +828,7 @@ try {
<!-- YAML
added: v16.7.0
changes:
- - version: REPLACEME
+ - version: v16.15.0
pr-url: https://github.com/nodejs/node/pull/41819
description: Accepts an additional `verbatimSymlinks` option to specify
whether to perform path resolution for symlinks.
@@ -2014,7 +2014,7 @@ copyFile('source.txt', 'destination.txt', constants.COPYFILE_EXCL, callback);
<!-- YAML
added: v16.7.0
changes:
- - version: REPLACEME
+ - version: v16.15.0
pr-url: https://github.com/nodejs/node/pull/41819
description: Accepts an additional `verbatimSymlinks` option to specify
whether to perform path resolution for symlinks.
@@ -4596,7 +4596,7 @@ copyFileSync('source.txt', 'destination.txt', constants.COPYFILE_EXCL);
<!-- YAML
added: v16.7.0
changes:
- - version: REPLACEME
+ - version: v16.15.0
pr-url: https://github.com/nodejs/node/pull/41819
description: Accepts an additional `verbatimSymlinks` option to specify
whether to perform path resolution for symlinks.
diff --git a/doc/api/globals.md b/doc/api/globals.md
index a7ff3ae1020..44984767ec5 100644
--- a/doc/api/globals.md
+++ b/doc/api/globals.md
@@ -264,7 +264,7 @@ Used to print to stdout and stderr. See the [`console`][] section.
## `Crypto`
<!-- YAML
-added: REPLACEME
+added: v16.15.0
-->
> Stability: 1 - Experimental. Enable this API with the
@@ -277,7 +277,7 @@ only if the Node.js binary was compiled with including support for the
## `crypto`
<!-- YAML
-added: REPLACEME
+added: v16.15.0
-->
> Stability: 1 - Experimental. Enable this API with the
@@ -288,7 +288,7 @@ A browser-compatible implementation of the [Web Crypto API][].
## `CryptoKey`
<!-- YAML
-added: REPLACEME
+added: v16.15.0
-->
> Stability: 1 - Experimental. Enable this API with the
@@ -335,7 +335,7 @@ This variable may appear to be global but is not. See [`exports`][].
## `fetch`
<!-- YAML
-added: REPLACEME
+added: v16.15.0
-->
> Stability: 1 - Experimental. Enable this API with the [`--experimental-fetch`][]
@@ -346,7 +346,7 @@ A browser-compatible implementation of the [`fetch()`][] function.
## Class `FormData`
<!-- YAML
-added: REPLACEME
+added: v16.15.0
-->
> Stability: 1 - Experimental. Enable this API with the [`--experimental-fetch`][]
@@ -372,7 +372,7 @@ Node.js this is different. The top-level scope is not the global scope;
## Class `Headers`
<!-- YAML
-added: REPLACEME
+added: v16.15.0
-->
> Stability: 1 - Experimental. Enable this API with the [`--experimental-fetch`][]
@@ -477,7 +477,7 @@ This variable may appear to be global but is not. See [`require()`][].
## `Response`
<!-- YAML
-added: REPLACEME
+added: v16.15.0
-->
> Stability: 1 - Experimental. Enable this API with the [`--experimental-fetch`][]
@@ -488,7 +488,7 @@ A browser-compatible implementation of {Response}.
## `Request`
<!-- YAML
-added: REPLACEME
+added: v16.15.0
-->
> Stability: 1 - Experimental. Enable this API with the [`--experimental-fetch`][]
@@ -529,7 +529,7 @@ added: v0.0.1
## `SubtleCrypto`
<!-- YAML
-added: REPLACEME
+added: v16.15.0
-->
> Stability: 1 - Experimental. Enable this API with the
diff --git a/doc/api/http.md b/doc/api/http.md
index 4e73083c99a..8d2fb5b0eb2 100644
--- a/doc/api/http.md
+++ b/doc/api/http.md
@@ -299,7 +299,7 @@ removed from the array on `'timeout'`.
<!-- YAML
added: v0.11.4
changes:
- - version: REPLACEME
+ - version: v16.15.0
pr-url: https://github.com/nodejs/node/pull/41906
description: The `options` parameter is now optional.
-->
@@ -2824,7 +2824,7 @@ Found'`.
<!-- YAML
added: v0.1.13
changes:
- - version: REPLACEME
+ - version: v16.15.0
pr-url: https://github.com/nodejs/node/pull/41310
description: The `noDelay`, `keepAlive` and `keepAliveInitialDelay`
options are supported now.
diff --git a/doc/api/n-api.md b/doc/api/n-api.md
index 284d9eb5cb7..3d1741bad82 100644
--- a/doc/api/n-api.md
+++ b/doc/api/n-api.md
@@ -2502,8 +2502,8 @@ of the ECMAScript Language Specification.
#### `node_api_symbol_for`
<!-- YAML
-added: REPLACEME
-napiVersion: REPLACEME
+added: v16.15.0
+napiVersion: v16.15.0
-->
> Stability: 1 - Experimental
diff --git a/doc/api/net.md b/doc/api/net.md
index 4ff825e5668..869b1e98379 100644
--- a/doc/api/net.md
+++ b/doc/api/net.md
@@ -798,7 +798,7 @@ behavior.
<!-- YAML
added: v0.1.90
changes:
- - version: REPLACEME
+ - version: v16.15.0
pr-url: https://github.com/nodejs/node/pull/41310
description: The `noDelay`, `keepAlive` and `keepAliveInitialDelay`
options are supported now.
diff --git a/doc/api/process.md b/doc/api/process.md
index 4e631050ce8..375867dcec7 100644
--- a/doc/api/process.md
+++ b/doc/api/process.md
@@ -181,7 +181,7 @@ See [Advanced serialization for `child_process`][] for more details.
<!-- YAML
added: v10.12.0
-deprecated: REPLACEME
+deprecated: v16.15.0
-->
> Stability: 0 - Deprecated
diff --git a/doc/api/stream.md b/doc/api/stream.md
index 341b7c12e37..3771b66f4e8 100644
--- a/doc/api/stream.md
+++ b/doc/api/stream.md
@@ -1778,7 +1778,7 @@ for await (const result of dnsResults) {
##### `readable.forEach(fn[, options])`
<!-- YAML
-added: REPLACEME
+added: v16.15.0
-->
> Stability: 1 - Experimental
@@ -1837,7 +1837,7 @@ console.log('done'); // Stream has finished
##### `readable.toArray([options])`
<!-- YAML
-added: REPLACEME
+added: v16.15.0
-->
> Stability: 1 - Experimental
@@ -1877,7 +1877,7 @@ const dnsResults = await Readable.from([
##### `readable.some(fn[, options])`
<!-- YAML
-added: REPLACEME
+added: v16.15.0
-->
> Stability: 1 - Experimental
@@ -1926,7 +1926,7 @@ console.log('done'); // Stream has finished
##### `readable.every(fn[, options])`
<!-- YAML
-added: REPLACEME
+added: v16.15.0
-->
> Stability: 1 - Experimental
@@ -1975,7 +1975,7 @@ console.log('done'); // Stream has finished
##### `readable.flatMap(fn[, options])`
<!-- YAML
-added: REPLACEME
+added: v16.15.0
-->
> Stability: 1 - Experimental
@@ -2024,7 +2024,7 @@ for await (const result of concatResult) {
##### `readable.drop(limit[, options])`
<!-- YAML
-added: REPLACEME
+added: v16.15.0
-->
> Stability: 1 - Experimental
@@ -2046,7 +2046,7 @@ await Readable.from([1, 2, 3, 4]).drop(2).toArray(); // [3, 4]
##### `readable.take(limit[, options])`
<!-- YAML
-added: REPLACEME
+added: v16.15.0
-->
> Stability: 1 - Experimental
@@ -2068,7 +2068,7 @@ await Readable.from([1, 2, 3, 4]).take(2).toArray(); // [1, 2]
##### `readable.asIndexedPairs([options])`
<!-- YAML
-added: REPLACEME
+added: v16.15.0
-->
> Stability: 1 - Experimental
@@ -2092,7 +2092,7 @@ console.log(pairs); // [[0, 'a'], [1, 'b'], [2, 'c']]
##### `readable.reduce(fn[, initial[, options]])`
<!-- YAML
-added: REPLACEME
+added: v16.15.0
-->
> Stability: 1 - Experimental
diff --git a/doc/api/worker_threads.md b/doc/api/worker_threads.md
index 1c8a08042da..5cc4050a9a9 100644
--- a/doc/api/worker_threads.md
+++ b/doc/api/worker_threads.md
@@ -68,7 +68,7 @@ added:
- v15.12.0
- v14.18.0
changes:
- - version: REPLACEME
+ - version: v16.15.0
pr-url: https://github.com/nodejs/node/pull/41272
description: No longer experimental.
-->
@@ -298,7 +298,7 @@ added:
- v15.12.0
- v14.18.0
changes:
- - version: REPLACEME
+ - version: v16.15.0
pr-url: https://github.com/nodejs/node/pull/41272
description: No longer experimental.
-->