File tree Expand file tree Collapse file tree 9 files changed +221
-18
lines changed Expand file tree Collapse file tree 9 files changed +221
-18
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,8 @@ release.
3030</tr >
3131<tr >
3232 <td valign="top">
33- <b ><a href =" doc/changelogs/CHANGELOG_V13.md#13.2.0 " >13.2.0</a ></b ><br />
33+ <b ><a href =" doc/changelogs/CHANGELOG_V13.md#13.3.0 " >13.3.0</a ></b ><br />
34+ <a href =" doc/changelogs/CHANGELOG_V13.md#13.2.0 " >13.2.0</a ><br />
3435<a href =" doc/changelogs/CHANGELOG_V13.md#13.1.0 " >13.1.0</a ><br />
3536<a href =" doc/changelogs/CHANGELOG_V13.md#13.0.1 " >13.0.1</a ><br />
3637<a href =" doc/changelogs/CHANGELOG_V13.md#13.0.0 " >13.0.0</a ><br />
Original file line number Diff line number Diff line change @@ -232,7 +232,7 @@ Enable experimental ES Module support in the `vm` module.
232232
233233### ` --experimental-wasi-unstable-preview0 `
234234<!-- YAML
235- added: REPLACEME
235+ added: v13.3.0
236236-->
237237
238238Enable experimental WebAssembly System Interface (WASI) support.
Original file line number Diff line number Diff line change @@ -1812,7 +1812,7 @@ connection.
18121812<a id =" ERR_TLS_INVALID_CONTEXT " >
18131813### ERR_TLS_INVALID_CONTEXT
18141814<!-- YAML
1815- added: REPLACEME
1815+ added: v13.3.0
18161816-->
18171817
18181818The context must be a ` SecureContext ` .
Original file line number Diff line number Diff line change @@ -3220,7 +3220,7 @@ Synchronous rename(2). Returns `undefined`.
32203220<!-- YAML
32213221added: v0.0.2
32223222changes:
3223- - version: REPLACEME
3223+ - version: v13.3.0
32243224 pr-url: https://github.com/nodejs/node/pull/30644
32253225 description: The `maxBusyTries` option is renamed to `maxRetries`, and its
32263226 default is 0. The `emfileWait` option has been removed, and
@@ -3273,7 +3273,7 @@ Windows and an `ENOTDIR` error on POSIX.
32733273<!-- YAML
32743274added: v0.1.21
32753275changes:
3276- - version: REPLACEME
3276+ - version: v13.3.0
32773277 pr-url: https://github.com/nodejs/node/pull/30644
32783278 description: The `maxBusyTries` option is renamed to `maxRetries`, and its
32793279 default is 0. The `emfileWait` option has been removed, and
@@ -5012,7 +5012,7 @@ upon success.
50125012<!-- YAML
50135013added: v10.0.0
50145014changes:
5015- - version: REPLACEME
5015+ - version: v13.3.0
50165016 pr-url: https://github.com/nodejs/node/pull/30644
50175017 description: The `maxBusyTries` option is renamed to `maxRetries`, and its
50185018 default is 0. The `emfileWait` option has been removed, and
Original file line number Diff line number Diff line change @@ -2047,7 +2047,7 @@ Found'`.
20472047<!-- YAML
20482048added: v0.1.13
20492049changes:
2050- - version: REPLACEME
2050+ - version: v13.3.0
20512051 pr-url: https://github.com/nodejs/node/pull/30570
20522052 description: The `maxHeaderSize` option is supported now.
20532053 - version: v9.6.0, v8.12.0
@@ -2171,7 +2171,7 @@ This can be overridden for servers and client requests by passing the
21712171<!-- YAML
21722172added: v0.3.6
21732173changes:
2174- - version: REPLACEME
2174+ - version: v13.3.0
21752175 pr-url: https://github.com/nodejs/node/pull/30570
21762176 description: The `maxHeaderSize` option is supported now.
21772177 - version: v10.9.0
Original file line number Diff line number Diff line change @@ -1941,10 +1941,10 @@ error will be thrown.
19411941<!-- YAML
19421942added: v8.4.0
19431943changes:
1944- - version: REPLACEME
1944+ - version: v13.3.0
19451945 pr-url: https://github.com/nodejs/node/pull/30534
19461946 description: Added `maxSessionRejectedStreams` option with a default of 100.
1947- - version: REPLACEME
1947+ - version: v13.3.0
19481948 pr-url: https://github.com/nodejs/node/pull/30534
19491949 description: Added `maxSessionInvalidFrames` option with a default of 1000.
19501950 - version: v13.0.0
@@ -2068,10 +2068,10 @@ server.listen(80);
20682068<!-- YAML
20692069added: v8.4.0
20702070changes:
2071- - version: REPLACEME
2071+ - version: v13.3.0
20722072 pr-url: https://github.com/nodejs/node/pull/30534
20732073 description: Added `maxSessionRejectedStreams` option with a default of 100.
2074- - version: REPLACEME
2074+ - version: v13.3.0
20752075 pr-url: https://github.com/nodejs/node/pull/30534
20762076 description: Added `maxSessionInvalidFrames` option with a default of 1000.
20772077 - version: v13.0.0
Original file line number Diff line number Diff line change @@ -3262,7 +3262,7 @@ defined in [Section 24.1.1.3][] of the ECMAScript Language Specification.
32623262
32633263### napi_is_detached_arraybuffer
32643264<!-- YAML
3265- added: REPLACEME
3265+ added: v13.3.0
32663266-->
32673267
32683268> Stability: 1 - Experimental
Original file line number Diff line number Diff line change 11# WebAssembly System Interface (WASI)
22
3- <!-- introduced_in=REPLACEME -->
3+ <!-- introduced_in=v13.3.0 -->
44
55> Stability: 1 - Experimental
66
@@ -34,7 +34,7 @@ CLI arguments are needed for the previous example to run.
3434
3535## Class: WASI
3636<!-- YAML
37- added: REPLACEME
37+ added: v13.3.0
3838-->
3939
4040The ` WASI ` class provides the WASI system call API and additional convenience
@@ -45,7 +45,7 @@ sandbox directory structure configured explicitly.
4545
4646### new WASI(\[ options\] )
4747<!-- YAML
48- added: REPLACEME
48+ added: v13.3.0
4949-->
5050
5151* ` options ` {Object}
@@ -61,7 +61,7 @@ added: REPLACEME
6161
6262### wasi.start(instance)
6363<!-- YAML
64- added: REPLACEME
64+ added: v13.3.0
6565-->
6666
6767* ` instance ` {WebAssembly.Instance}
@@ -76,7 +76,7 @@ is present on `instance`, then `start()` does nothing.
7676
7777### wasi.wasiImport
7878<!-- YAML
79- added: REPLACEME
79+ added: v13.3.0
8080-->
8181
8282* {Object}
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments