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/errors.md2
-rw-r--r--doc/api/fs.md6
-rw-r--r--doc/api/http.md4
-rw-r--r--doc/api/http2.md8
-rw-r--r--doc/api/n-api.md2
-rw-r--r--doc/api/wasi.md10
7 files changed, 17 insertions, 17 deletions
diff --git a/doc/api/cli.md b/doc/api/cli.md
index fa600336b7..ad8f86f861 100644
--- a/doc/api/cli.md
+++ b/doc/api/cli.md
@@ -232,7 +232,7 @@ Enable experimental ES Module support in the `vm` module.
### `--experimental-wasi-unstable-preview0`
<!-- YAML
-added: REPLACEME
+added: v13.3.0
-->
Enable experimental WebAssembly System Interface (WASI) support.
diff --git a/doc/api/errors.md b/doc/api/errors.md
index 9cba4de5f2..cf21c142d6 100644
--- a/doc/api/errors.md
+++ b/doc/api/errors.md
@@ -1812,7 +1812,7 @@ connection.
<a id="ERR_TLS_INVALID_CONTEXT">
### ERR_TLS_INVALID_CONTEXT
<!-- YAML
-added: REPLACEME
+added: v13.3.0
-->
The context must be a `SecureContext`.
diff --git a/doc/api/fs.md b/doc/api/fs.md
index 267fa9ec2b..9a91f9f220 100644
--- a/doc/api/fs.md
+++ b/doc/api/fs.md
@@ -3220,7 +3220,7 @@ Synchronous rename(2). Returns `undefined`.
<!-- YAML
added: v0.0.2
changes:
- - version: REPLACEME
+ - version: v13.3.0
pr-url: https://github.com/nodejs/node/pull/30644
description: The `maxBusyTries` option is renamed to `maxRetries`, and its
default is 0. The `emfileWait` option has been removed, and
@@ -3273,7 +3273,7 @@ Windows and an `ENOTDIR` error on POSIX.
<!-- YAML
added: v0.1.21
changes:
- - version: REPLACEME
+ - version: v13.3.0
pr-url: https://github.com/nodejs/node/pull/30644
description: The `maxBusyTries` option is renamed to `maxRetries`, and its
default is 0. The `emfileWait` option has been removed, and
@@ -5012,7 +5012,7 @@ upon success.
<!-- YAML
added: v10.0.0
changes:
- - version: REPLACEME
+ - version: v13.3.0
pr-url: https://github.com/nodejs/node/pull/30644
description: The `maxBusyTries` option is renamed to `maxRetries`, and its
default is 0. The `emfileWait` option has been removed, and
diff --git a/doc/api/http.md b/doc/api/http.md
index 89031331d2..007bbbf564 100644
--- a/doc/api/http.md
+++ b/doc/api/http.md
@@ -2047,7 +2047,7 @@ Found'`.
<!-- YAML
added: v0.1.13
changes:
- - version: REPLACEME
+ - version: v13.3.0
pr-url: https://github.com/nodejs/node/pull/30570
description: The `maxHeaderSize` option is supported now.
- version: v9.6.0, v8.12.0
@@ -2171,7 +2171,7 @@ This can be overridden for servers and client requests by passing the
<!-- YAML
added: v0.3.6
changes:
- - version: REPLACEME
+ - version: v13.3.0
pr-url: https://github.com/nodejs/node/pull/30570
description: The `maxHeaderSize` option is supported now.
- version: v10.9.0
diff --git a/doc/api/http2.md b/doc/api/http2.md
index c440b92a7d..8339593c13 100644
--- a/doc/api/http2.md
+++ b/doc/api/http2.md
@@ -1941,10 +1941,10 @@ error will be thrown.
<!-- YAML
added: v8.4.0
changes:
- - version: REPLACEME
+ - version: v13.3.0
pr-url: https://github.com/nodejs/node/pull/30534
description: Added `maxSessionRejectedStreams` option with a default of 100.
- - version: REPLACEME
+ - version: v13.3.0
pr-url: https://github.com/nodejs/node/pull/30534
description: Added `maxSessionInvalidFrames` option with a default of 1000.
- version: v13.0.0
@@ -2068,10 +2068,10 @@ server.listen(80);
<!-- YAML
added: v8.4.0
changes:
- - version: REPLACEME
+ - version: v13.3.0
pr-url: https://github.com/nodejs/node/pull/30534
description: Added `maxSessionRejectedStreams` option with a default of 100.
- - version: REPLACEME
+ - version: v13.3.0
pr-url: https://github.com/nodejs/node/pull/30534
description: Added `maxSessionInvalidFrames` option with a default of 1000.
- version: v13.0.0
diff --git a/doc/api/n-api.md b/doc/api/n-api.md
index da1db51289..3b6fb9a97b 100644
--- a/doc/api/n-api.md
+++ b/doc/api/n-api.md
@@ -3262,7 +3262,7 @@ defined in [Section 24.1.1.3][] of the ECMAScript Language Specification.
### napi_is_detached_arraybuffer
<!-- YAML
-added: REPLACEME
+added: v13.3.0
-->
> Stability: 1 - Experimental
diff --git a/doc/api/wasi.md b/doc/api/wasi.md
index 69afa83620..f5425bb2bd 100644
--- a/doc/api/wasi.md
+++ b/doc/api/wasi.md
@@ -1,6 +1,6 @@
# WebAssembly System Interface (WASI)
-<!--introduced_in=REPLACEME-->
+<!--introduced_in=v13.3.0-->
> Stability: 1 - Experimental
@@ -34,7 +34,7 @@ CLI arguments are needed for the previous example to run.
## Class: WASI
<!-- YAML
-added: REPLACEME
+added: v13.3.0
-->
The `WASI` class provides the WASI system call API and additional convenience
@@ -45,7 +45,7 @@ sandbox directory structure configured explicitly.
### new WASI(\[options\])
<!-- YAML
-added: REPLACEME
+added: v13.3.0
-->
* `options` {Object}
@@ -61,7 +61,7 @@ added: REPLACEME
### wasi.start(instance)
<!-- YAML
-added: REPLACEME
+added: v13.3.0
-->
* `instance` {WebAssembly.Instance}
@@ -76,7 +76,7 @@ is present on `instance`, then `start()` does nothing.
### wasi.wasiImport
<!-- YAML
-added: REPLACEME
+added: v13.3.0
-->
* {Object}