File tree Expand file tree Collapse file tree 11 files changed +377
-18
lines changed Expand file tree Collapse file tree 11 files changed +377
-18
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,8 @@ release.
3838</tr >
3939<tr >
4040 <td valign =" top " >
41- <b ><a href =" doc/changelogs/CHANGELOG_V22.md#22.9.0 " >22.9.0</a ></b ><br />
41+ <b ><a href =" doc/changelogs/CHANGELOG_V22.md#22.10.0 " >22.10.0</a ></b ><br />
42+ <a href =" doc/changelogs/CHANGELOG_V22.md#22.9.0 " >22.9.0</a ><br />
4243<a href =" doc/changelogs/CHANGELOG_V22.md#22.8.0 " >22.8.0</a ><br />
4344<a href =" doc/changelogs/CHANGELOG_V22.md#22.7.0 " >22.7.0</a ><br />
4445<a href =" doc/changelogs/CHANGELOG_V22.md#22.6.0 " >22.6.0</a ><br />
Original file line number Diff line number Diff line change @@ -799,7 +799,7 @@ of `--enable-source-maps`.
799799
800800<!-- YAML
801801added:
802- - REPLACEME
802+ - v22.10.0
803803-->
804804
805805> Stability: 1 - Experimental
Original file line number Diff line number Diff line change @@ -2137,7 +2137,7 @@ property is `undefined` for asymmetric keys.
21372137### ` keyObject.toCryptoKey(algorithm, extractable, keyUsages) `
21382138
21392139<!-- YAML
2140- added: REPLACEME
2140+ added: v22.10.0
21412141-->
21422142
21432143<!-- lint disable maximum-line-length remark-lint-->
@@ -2884,7 +2884,7 @@ The date/time from which this certificate is valid.
28842884### ` x509.validFromDate `
28852885
28862886<!-- YAML
2887- added: REPLACEME
2887+ added: v22.10.0
28882888-->
28892889
28902890* Type: {Date}
@@ -2904,7 +2904,7 @@ The date/time until which this certificate is valid.
29042904### ` x509.validToDate `
29052905
29062906<!-- YAML
2907- added: REPLACEME
2907+ added: v22.10.0
29082908-->
29092909
29102910* Type: {Date}
Original file line number Diff line number Diff line change @@ -2105,7 +2105,7 @@ does not consist of exactly two elements.
21052105### ` ERR_INVALID_TYPESCRIPT_SYNTAX `
21062106
21072107<!-- YAML
2108- added: REPLACEME
2108+ added: v22.10.0
21092109-->
21102110
21112111The provided TypeScript syntax is not valid or unsupported.
@@ -2441,7 +2441,7 @@ object.
24412441### ` ERR_QUIC_CONNECTION_FAILED `
24422442
24432443<!-- YAML
2444- added: REPLACEME
2444+ added: v22.10.0
24452445-->
24462446
24472447> Stability: 1 - Experimental
@@ -2453,7 +2453,7 @@ Establishing a QUIC connection failed.
24532453### ` ERR_QUIC_ENDPOINT_CLOSED `
24542454
24552455<!-- YAML
2456- added: REPLACEME
2456+ added: v22.10.0
24572457-->
24582458
24592459> Stability: 1 - Experimental
@@ -2465,7 +2465,7 @@ A QUIC Endpoint closed with an error.
24652465### ` ERR_QUIC_OPEN_STREAM_FAILED `
24662466
24672467<!-- YAML
2468- added: REPLACEME
2468+ added: v22.10.0
24692469-->
24702470
24712471> Stability: 1 - Experimental
Original file line number Diff line number Diff line change @@ -2767,7 +2767,7 @@ Throws `ERR_INVALID_ARG_TYPE` for invalid `settings` argument.
27672767added: v8.4.0
27682768changes:
27692769 - version:
2770- - REPLACEME
2770+ - v22.10.0
27712771 pr-url: https://github.com/nodejs/node/pull/54875
27722772 description: Added `streamResetBurst` and `streamResetRate`.
27732773 - version:
Original file line number Diff line number Diff line change @@ -1109,7 +1109,7 @@ should be fetched.
11091109
11101110<!-- YAML
11111111added:
1112- - REPLACEME
1112+ - v22.10.0
11131113-->
11141114
11151115> Stability: 1.1 - Active Development
Original file line number Diff line number Diff line change @@ -1931,7 +1931,7 @@ A boolean value that is `true` if the current Node.js build includes support for
19311931## ` process .features .require_module `
19321932
19331933<!-- YAML
1934- added: REPLACEME
1934+ added: v22.10.0
19351935-->
19361936
19371937* {boolean}
@@ -1982,7 +1982,7 @@ A boolean value that is `true` if the current Node.js build includes support for
19821982## ` process .features .typescript `
19831983
19841984<!-- YAML
1985- added: REPLACEME
1985+ added: v22.10.0
19861986-->
19871987
19881988> Stability: 1.0 - Early development
Original file line number Diff line number Diff line change @@ -1258,7 +1258,7 @@ added:
12581258 - v18.9.0
12591259 - v16.19.0
12601260changes:
1261- - version: REPLACEME
1261+ - version: v22.10.0
12621262 pr-url: https://github.com/nodejs/node/pull/53937
12631263 description: Added coverage options.
12641264 - version: v22.8.0
Original file line number Diff line number Diff line change @@ -197,7 +197,7 @@ There is no equivalent to this API in browsers.
197197## ` worker.markAsUncloneable(object) `
198198
199199<!-- YAML
200- added: REPLACEME
200+ added: v22.10.0
201201-->
202202
203203* ` object ` {any} Any arbitrary JavaScript value.
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments