File tree Expand file tree Collapse file tree 11 files changed +37
-37
lines changed Expand file tree Collapse file tree 11 files changed +37
-37
lines changed Original file line number Diff line number Diff line change @@ -172,7 +172,7 @@ added:
172
172
- v19.8.0
173
173
- v18.16.0
174
174
changes:
175
- - version:
175
+ - version:
176
176
- v23.11.0
177
177
- v22.15.0
178
178
pr-url: https://github.com/nodejs/node/pull/57510
Original file line number Diff line number Diff line change @@ -808,7 +808,7 @@ be an array of objects with the following properties:
808
808
## ` dns.resolveTlsa(hostname, callback) `
809
809
810
810
<!-- YAML
811
- added:
811
+ added:
812
812
- v23.9.0
813
813
- v22.15.0
814
814
-->
@@ -1504,7 +1504,7 @@ the following properties:
1504
1504
### ` dnsPromises.resolveTlsa(hostname) `
1505
1505
1506
1506
<!-- YAML
1507
- added:
1507
+ added:
1508
1508
- v23.9.0
1509
1509
- v22.15.0
1510
1510
-->
Original file line number Diff line number Diff line change @@ -484,7 +484,7 @@ changes:
484
484
- version: REPLACEME
485
485
pr-url: https://github.com/nodejs/node/pull/57513
486
486
description: Marking the API stable.
487
- - version:
487
+ - version:
488
488
- v23.8.0
489
489
- v22.15.0
490
490
pr-url: https://github.com/nodejs/node/pull/55461
Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ Used to handle binary data. See the [buffer section][].
257
257
<!-- YAML
258
258
added: v18.0.0
259
259
changes:
260
- - version:
260
+ - version:
261
261
- v23.11.0
262
262
- v22.15.0
263
263
pr-url: https://github.com/nodejs/node/pull/57510
@@ -360,7 +360,7 @@ with the [`--no-experimental-websocket`][] CLI flag.
360
360
<!-- YAML
361
361
added: v18.0.0
362
362
changes:
363
- - version:
363
+ - version:
364
364
- v23.11.0
365
365
- v22.15.0
366
366
pr-url: https://github.com/nodejs/node/pull/57510
@@ -388,7 +388,7 @@ Used to print to stdout and stderr. See the [`console`][] section.
388
388
<!-- YAML
389
389
added: v18.0.0
390
390
changes:
391
- - version:
391
+ - version:
392
392
- v23.11.0
393
393
- v22.15.0
394
394
pr-url: https://github.com/nodejs/node/pull/57510
@@ -489,7 +489,7 @@ A browser-compatible implementation of the [`CustomEvent` Web API][].
489
489
<!-- YAML
490
490
added: v18.0.0
491
491
changes:
492
- - version:
492
+ - version:
493
493
- v23.11.0
494
494
- v22.15.0
495
495
pr-url: https://github.com/nodejs/node/pull/57510
@@ -1018,10 +1018,10 @@ A browser-compatible implementation of [`ReadableStream`][].
1018
1018
added: v18.0.0
1019
1019
changes:
1020
1020
- version:
1021
- - v23.11.0
1022
- - v22.15.0
1023
- pr-url: https://github.com/nodejs/node/pull/57510
1024
- description: Marking the API stable.
1021
+ - v23.11.0
1022
+ - v22.15.0
1023
+ pr-url: https://github.com/nodejs/node/pull/57510
1024
+ description: Marking the API stable.
1025
1025
-->
1026
1026
1027
1027
A browser-compatible implementation of [ ` ReadableStreamBYOBReader ` ] [ ] .
@@ -1031,7 +1031,7 @@ A browser-compatible implementation of [`ReadableStreamBYOBReader`][].
1031
1031
<!-- YAML
1032
1032
added: v18.0.0
1033
1033
changes:
1034
- - version:
1034
+ - version:
1035
1035
- v23.11.0
1036
1036
- v22.15.0
1037
1037
pr-url: https://github.com/nodejs/node/pull/57510
@@ -1059,7 +1059,7 @@ A browser-compatible implementation of [`ReadableStreamDefaultController`][].
1059
1059
<!-- YAML
1060
1060
added: v18.0.0
1061
1061
changes:
1062
- - version:
1062
+ - version:
1063
1063
- v23.11.0
1064
1064
- v22.15.0
1065
1065
pr-url: https://github.com/nodejs/node/pull/57510
Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ This feature requires `--allow-worker` if used with the [Permission Model][].
219
219
### ` module.registerHooks(options)`
220
220
221
221
<!-- YAML
222
- added:
222
+ added:
223
223
- v23.5.0
224
224
- v22.15.0
225
225
-->
@@ -1015,7 +1015,7 @@ register('./path-to-my-hooks.js', {
1015
1015
1016
1016
<!-- YAML
1017
1017
changes:
1018
- - version:
1018
+ - version:
1019
1019
- v23.5.0
1020
1020
- v22.15.0
1021
1021
pr-url: https://github.com/nodejs/node/pull/55698
Original file line number Diff line number Diff line change @@ -275,7 +275,7 @@ from being emitted by the `InterfaceConstructor` instance.
275
275
### ` rl[Symbol.dispose]() `
276
276
277
277
<!-- YAML
278
- added:
278
+ added:
279
279
- v23.10.0
280
280
- v22.15.0
281
281
-->
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ changes:
81
81
- version: REPLACEME
82
82
pr-url: https://github.com/nodejs/node/pull/57752
83
83
description: Add `timeout` option.
84
- - version:
84
+ - version:
85
85
- v23.10.0
86
86
- v22.15.0
87
87
pr-url: https://github.com/nodejs/node/pull/56991
@@ -301,7 +301,7 @@ wrapper around [`sqlite3_create_function_v2()`][].
301
301
### ` database.isOpen `
302
302
303
303
<!-- YAML
304
- added:
304
+ added:
305
305
- v23.11.0
306
306
- v22.15.0
307
307
-->
@@ -413,7 +413,7 @@ targetDb.applyChangeset(changeset);
413
413
### ` database[Symbol.dispose]() `
414
414
415
415
<!-- YAML
416
- added:
416
+ added:
417
417
- v23.11.0
418
418
- v22.15.0
419
419
-->
@@ -658,7 +658,7 @@ are several caveats to be aware of when enabling bare named parameters:
658
658
### ` statement.setAllowUnknownNamedParameters(enabled) `
659
659
660
660
<!-- YAML
661
- added:
661
+ added:
662
662
- v23.11.0
663
663
- v22.15.0
664
664
-->
Original file line number Diff line number Diff line change @@ -2263,7 +2263,7 @@ The server can be tested by connecting to it using the example client from
2263
2263
## ` tls.getCACertificates([type]) `
2264
2264
2265
2265
<!-- YAML
2266
- added:
2266
+ added:
2267
2267
- v23.10.0
2268
2268
- v22.15.0
2269
2269
-->
Original file line number Diff line number Diff line change @@ -328,7 +328,7 @@ property take precedence over `--trace-deprecation` and
328
328
## ` util.diff(actual, expected) `
329
329
330
330
<!-- YAML
331
- added:
331
+ added:
332
332
- v23.11.0
333
333
- v22.15.0
334
334
-->
@@ -1564,7 +1564,7 @@ added:
1564
1564
- v19.1.0
1565
1565
- v18.13.0
1566
1566
changes:
1567
- - version:
1567
+ - version:
1568
1568
- v23.11.0
1569
1569
- v22.15.0
1570
1570
pr-url: https://github.com/nodejs/node/pull/57510
@@ -2698,7 +2698,7 @@ Unicode "replacement character" U+FFFD.
2698
2698
<!-- YAML
2699
2699
added: v18.11.0
2700
2700
changes:
2701
- - version:
2701
+ - version:
2702
2702
- v23.11.0
2703
2703
- v22.15.0
2704
2704
pr-url: https://github.com/nodejs/node/pull/57510
@@ -2713,7 +2713,7 @@ as transferable and can be used with `structuredClone()` or `postMessage()`.
2713
2713
<!-- YAML
2714
2714
added: v18.11.0
2715
2715
changes:
2716
- - version:
2716
+ - version:
2717
2717
- v23.11.0
2718
2718
- v22.15.0
2719
2719
pr-url: https://github.com/nodejs/node/pull/57510
Original file line number Diff line number Diff line change @@ -1397,7 +1397,7 @@ setTimeout(() => {
1397
1397
## ` v8.isStringOneByteRepresentation(content) `
1398
1398
1399
1399
<!-- YAML
1400
- added:
1400
+ added:
1401
1401
- v23.10.0
1402
1402
- v22.15.0
1403
1403
-->
You can’t perform that action at this time.
0 commit comments