| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 5f6dfbf commit 44416ea
12 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -389,7 +389,7 @@ try { | |||
| 389 | 389 | ### `asyncLocalStorage.withScope(store)` | |
| 390 | 390 | ||
| 391 | 391 | <!-- YAML | |
| 392 | - added: v26.0.0 | ||
| 392 | + added: v25.9.0 | ||
| 393 | 393 | --> | |
| 394 | 394 | ||
| 395 | 395 | > Stability: 1 - Experimental | |
@@ -527,7 +527,7 @@ probably responsible for the context loss. | |||
| 527 | 527 | ## Class: `RunScope` | |
| 528 | 528 | ||
| 529 | 529 | <!-- YAML | |
| 530 | - added: v26.0.0 | ||
| 530 | + added: v25.9.0 | ||
| 531 | 531 | --> | |
| 532 | 532 | ||
| 533 | 533 | > Stability: 1 - Experimental | |
@@ -543,7 +543,7 @@ exits, whether through normal completion or by throwing an error. | |||
| 543 | 543 | ### `scope.dispose()` | |
| 544 | 544 | ||
| 545 | 545 | <!-- YAML | |
| 546 | - added: v26.0.0 | ||
| 546 | + added: v25.9.0 | ||
| 547 | 547 | --> | |
| 548 | 548 | ||
| 549 | 549 | Explicitly ends the scope and restores the previous store value. This method | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1325,7 +1325,7 @@ Enable experimental support for storage inspection | |||
| 1325 | 1325 | ### `--experimental-stream-iter` | |
| 1326 | 1326 | ||
| 1327 | 1327 | <!-- YAML | |
| 1328 | - added: v26.0.0 | ||
| 1328 | + added: v25.9.0 | ||
| 1329 | 1329 | --> | |
| 1330 | 1330 | ||
| 1331 | 1331 | > Stability: 1 - Experimental | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -4488,7 +4488,7 @@ changes: | |||
| 4488 | 4488 | - version: v26.0.0 | |
| 4489 | 4489 | pr-url: https://github.com/nodejs/node/pull/62453 | |
| 4490 | 4490 | description: Runtime deprecation. | |
| 4491 | - - version: v26.0.0 | ||
| 4491 | + - version: v25.9.0 | ||
| 4492 | 4492 | pr-url: https://github.com/nodejs/node/pull/62321 | |
| 4493 | 4493 | description: Documentation-only deprecation. | |
| 4494 | 4494 | --> | |
@@ -4513,7 +4513,7 @@ changes: | |||
| 4513 | 4513 | - version: v26.0.0 | |
| 4514 | 4514 | pr-url: https://github.com/nodejs/node/pull/62453 | |
| 4515 | 4515 | description: Runtime deprecation. | |
| 4516 | - - version: v26.0.0 | ||
| 4516 | + - version: v25.9.0 | ||
| 4517 | 4517 | pr-url: https://github.com/nodejs/node/pull/62321 | |
| 4518 | 4518 | description: Documentation-only deprecation. | |
| 4519 | 4519 | --> | |
@@ -4530,7 +4530,7 @@ changes: | |||
| 4530 | 4530 | - version: v26.0.0 | |
| 4531 | 4531 | pr-url: https://github.com/nodejs/node/pull/62401 | |
| 4532 | 4532 | description: Runtime deprecation. | |
| 4533 | - - version: v26.0.0 | ||
| 4533 | + - version: v25.9.0 | ||
| 4534 | 4534 | pr-url: https://github.com/nodejs/node/pull/62395 | |
| 4535 | 4535 | description: Documentation-only deprecation. | |
| 4536 | 4536 | --> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1858,7 +1858,7 @@ Emitted when [`process.execve()`][] is invoked. | |||
| 1858 | 1858 | > Stability: 1 - Experimental | |
| 1859 | 1859 | ||
| 1860 | 1860 | <!-- YAML | |
| 1861 | - added: v26.0.0 | ||
| 1861 | + added: v25.9.0 | ||
| 1862 | 1862 | --> | |
| 1863 | 1863 | ||
| 1864 | 1864 | These channels are emitted for each [`locks.request()`][] call. See | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -380,7 +380,7 @@ added: v10.0.0 | |||
| 380 | 380 | #### `filehandle.pull([...transforms][, options])` | |
| 381 | 381 | ||
| 382 | 382 | <!-- YAML | |
| 383 | - added: v26.0.0 | ||
| 383 | + added: v25.9.0 | ||
| 384 | 384 | --> | |
| 385 | 385 | ||
| 386 | 386 | > Stability: 1 - Experimental | |
@@ -457,7 +457,7 @@ run().catch(console.error); | |||
| 457 | 457 | #### `filehandle.pullSync([...transforms][, options])` | |
| 458 | 458 | ||
| 459 | 459 | <!-- YAML | |
| 460 | - added: v26.0.0 | ||
| 460 | + added: v25.9.0 | ||
| 461 | 461 | --> | |
| 462 | 462 | ||
| 463 | 463 | > Stability: 1 - Experimental | |
@@ -1012,7 +1012,7 @@ the end of the file. | |||
| 1012 | 1012 | #### `filehandle.writer([options])` | |
| 1013 | 1013 | ||
| 1014 | 1014 | <!-- YAML | |
| 1015 | - added: v26.0.0 | ||
| 1015 | + added: v25.9.0 | ||
| 1016 | 1016 | --> | |
| 1017 | 1017 | ||
| 1018 | 1018 | > Stability: 1 - Experimental | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -178,15 +178,11 @@ isBuiltin('wss'); // false | |||
| 178 | 178 | added: | |
| 179 | 179 | - v20.6.0 | |
| 180 | 180 | - v18.19.0 | |
| 181 | - deprecated: v26.0.0 | ||
| 181 | + deprecated: v25.9.0 | ||
| 182 | 182 | changes: | |
| 183 | 183 | - version: v26.0.0 | |
| 184 | 184 | pr-url: https://github.com/nodejs/node/pull/62401 | |
| 185 | 185 | description: Runtime deprecation (DEP0205). | |
| 186 | - - version: v26.0.0 | ||
| 187 | - pr-url: https://github.com/nodejs/node/pull/62395 | ||
| 188 | - description: Documentation-only deprecation (DEP0205). Use | ||
| 189 | - `module.registerHooks()` instead. | ||
| 190 | 186 | - version: | |
| 191 | 187 | - v23.6.1 | |
| 192 | 188 | - v22.13.1 | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -739,7 +739,7 @@ This feature is not available in [`Worker`][] threads. | |||
| 739 | 739 | ## `process.addUncaughtExceptionCaptureCallback(fn)` | |
| 740 | 740 | ||
| 741 | 741 | <!-- YAML | |
| 742 | - added: v26.0.0 | ||
| 742 | + added: v25.9.0 | ||
| 743 | 743 | --> | |
| 744 | 744 | ||
| 745 | 745 | > Stability: 1 - Experimental | |
@@ -4077,7 +4077,7 @@ This implies calling `module.setSourceMapsSupport()` with an option | |||
| 4077 | 4077 | <!-- YAML | |
| 4078 | 4078 | added: v9.3.0 | |
| 4079 | 4079 | changes: | |
| 4080 | - - version: v26.0.0 | ||
| 4080 | + - version: v25.9.0 | ||
| 4081 | 4081 | pr-url: https://github.com/nodejs/node/pull/61227 | |
| 4082 | 4082 | description: Use `process.addUncaughtExceptionCaptureCallback()` to | |
| 4083 | 4083 | register multiple callbacks. | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1249,7 +1249,7 @@ True to enable TLS keylogging output. | |||
| 1249 | 1249 | <!-- YAML | |
| 1250 | 1250 | added: v23.8.0 | |
| 1251 | 1251 | changes: | |
| 1252 | - - version: v26.0.0 | ||
| 1252 | + - version: v25.9.0 | ||
| 1253 | 1253 | pr-url: https://github.com/nodejs/node/pull/62335 | |
| 1254 | 1254 | description: CryptoKey is no longer accepted. | |
| 1255 | 1255 | --> | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -709,7 +709,7 @@ npx codemod@latest @nodejs/repl-builtin-modules | |||
| 709 | 709 | <!-- YAML | |
| 710 | 710 | added: v0.1.91 | |
| 711 | 711 | changes: | |
| 712 | - - version: v26.0.0 | ||
| 712 | + - version: v25.9.0 | ||
| 713 | 713 | pr-url: https://github.com/nodejs/node/pull/62188 | |
| 714 | 714 | description: The `handleError` parameter has been added. | |
| 715 | 715 | - version: v24.1.0 | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | # Iterable Streams | |
| 2 | 2 | ||
| 3 | - <!--introduced_in=v26.0.0--> | ||
| 3 | + <!--introduced_in=v25.9.0--> | ||
| 4 | 4 | ||
| 5 | 5 | > Stability: 1 - Experimental | |
| 6 | 6 | ||
@@ -521,7 +521,7 @@ Including the `node:` prefix on the module specifier is optional. | |||
| 521 | 521 | ### `from(input)` | |
| 522 | 522 | ||
| 523 | 523 | <!-- YAML | |
| 524 | - added: v26.0.0 | ||
| 524 | + added: v25.9.0 | ||
| 525 | 525 | --> | |
| 526 | 526 | ||
| 527 | 527 | * `input` {string|ArrayBuffer|ArrayBufferView|Iterable|AsyncIterable|Object} | |
@@ -561,7 +561,7 @@ run().catch(console.error); | |||
| 561 | 561 | ### `fromSync(input)` | |
| 562 | 562 | ||
| 563 | 563 | <!-- YAML | |
| 564 | - added: v26.0.0 | ||
| 564 | + added: v25.9.0 | ||
| 565 | 565 | --> | |
| 566 | 566 | ||
| 567 | 567 | * `input` {string|ArrayBuffer|ArrayBufferView|Iterable|Object} | |
@@ -591,7 +591,7 @@ console.log(textSync(fromSync('hello'))); // 'hello' | |||
| 591 | 591 | ### `pipeTo(source[, ...transforms], writer[, options])` | |
| 592 | 592 | ||
| 593 | 593 | <!-- YAML | |
| 594 | - added: v26.0.0 | ||
| 594 | + added: v25.9.0 | ||
| 595 | 595 | --> | |
| 596 | 596 | ||
| 597 | 597 | * `source` {AsyncIterable|Iterable} The data source. | |
@@ -648,7 +648,7 @@ run().catch(console.error); | |||
| 648 | 648 | ### `pipeToSync(source[, ...transforms], writer[, options])` | |
| 649 | 649 | ||
| 650 | 650 | <!-- YAML | |
| 651 | - added: v26.0.0 | ||
| 651 | + added: v25.9.0 | ||
| 652 | 652 | --> | |
| 653 | 653 | ||
| 654 | 654 | * `source` {Iterable} The sync data source. | |
@@ -668,7 +668,7 @@ The `writer` must have the `*Sync` methods (`writeSync`, `writevSync`, | |||
| 668 | 668 | ### `pull(source[, ...transforms][, options])` | |
| 669 | 669 | ||
| 670 | 670 | <!-- YAML | |
| 671 | - added: v26.0.0 | ||
| 671 | + added: v25.9.0 | ||
| 672 | 672 | --> | |
| 673 | 673 | ||
| 674 | 674 | * `source` {AsyncIterable|Iterable} The data source. | |
@@ -739,7 +739,7 @@ ac.abort(); // Pipeline throws AbortError on next iteration | |||
| 739 | 739 | ### `pullSync(source[, ...transforms])` | |
| 740 | 740 | ||
| 741 | 741 | <!-- YAML | |
| 742 | - added: v26.0.0 | ||
| 742 | + added: v25.9.0 | ||
| 743 | 743 | --> | |
| 744 | 744 | ||
| 745 | 745 | * `source` {Iterable} The sync data source. | |
@@ -753,7 +753,7 @@ Synchronous version of [`pull()`][]. All transforms must be synchronous. | |||
| 753 | 753 | ### `push([...transforms][, options])` | |
| 754 | 754 | ||
| 755 | 755 | <!-- YAML | |
| 756 | - added: v26.0.0 | ||
| 756 | + added: v25.9.0 | ||
| 757 | 757 | --> | |
| 758 | 758 | ||
| 759 | 759 | * `...transforms` {Function|Object} Optional transforms applied to the | |
@@ -817,7 +817,7 @@ The writer returned by `push()` conforms to the \[Writer interface]\[]. | |||
| 817 | 817 | ### `duplex([options])` | |
| 818 | 818 | ||
| 819 | 819 | <!-- YAML | |
| 820 | - added: v26.0.0 | ||
| 820 | + added: v25.9.0 | ||
| 821 | 821 | --> | |
| 822 | 822 | ||
| 823 | 823 | * `options` {Object} | |
@@ -895,7 +895,7 @@ run().catch(console.error); | |||
| 895 | 895 | ### `array(source[, options])` | |
| 896 | 896 | ||
| 897 | 897 | <!-- YAML | |
| 898 | - added: v26.0.0 | ||
| 898 | + added: v25.9.0 | ||
| 899 | 899 | --> | |
| 900 | 900 | ||
| 901 | 901 | * `source` {AsyncIterable\<Uint8Array\[]>|Iterable\<Uint8Array\[]>} | |
@@ -910,7 +910,7 @@ Collect all chunks as an array of `Uint8Array` values (without concatenating). | |||
| 910 | 910 | ### `arrayBuffer(source[, options])` | |
| 911 | 911 | ||
| 912 | 912 | <!-- YAML | |
| 913 | - added: v26.0.0 | ||
| 913 | + added: v25.9.0 | ||
| 914 | 914 | --> | |
| 915 | 915 | ||
| 916 | 916 | * `source` {AsyncIterable\<Uint8Array\[]>|Iterable\<Uint8Array\[]>} | |
@@ -925,7 +925,7 @@ Collect all bytes into an `ArrayBuffer`. | |||
| 925 | 925 | ### `arrayBufferSync(source[, options])` | |
| 926 | 926 | ||
| 927 | 927 | <!-- YAML | |
| 928 | - added: v26.0.0 | ||
| 928 | + added: v25.9.0 | ||
| 929 | 929 | --> | |
| 930 | 930 | ||
| 931 | 931 | * `source` {Iterable\<Uint8Array\[]>} | |
@@ -939,7 +939,7 @@ Synchronous version of [`arrayBuffer()`][]. | |||
| 939 | 939 | ### `arraySync(source[, options])` | |
| 940 | 940 | ||
| 941 | 941 | <!-- YAML | |
| 942 | - added: v26.0.0 | ||
| 942 | + added: v25.9.0 | ||
| 943 | 943 | --> | |
| 944 | 944 | ||
| 945 | 945 | * `source` {Iterable\<Uint8Array\[]>} | |
@@ -953,7 +953,7 @@ Synchronous version of [`array()`][]. | |||
| 953 | 953 | ### `bytes(source[, options])` | |
| 954 | 954 | ||
| 955 | 955 | <!-- YAML | |
| 956 | - added: v26.0.0 | ||
| 956 | + added: v25.9.0 | ||
| 957 | 957 | --> | |
| 958 | 958 | ||
| 959 | 959 | * `source` {AsyncIterable\<Uint8Array\[]>|Iterable\<Uint8Array\[]>} | |
@@ -986,7 +986,7 @@ run().catch(console.error); | |||
| 986 | 986 | ### `bytesSync(source[, options])` | |
| 987 | 987 | ||
| 988 | 988 | <!-- YAML | |
| 989 | - added: v26.0.0 | ||
| 989 | + added: v25.9.0 | ||
| 990 | 990 | --> | |
| 991 | 991 | ||
| 992 | 992 | * `source` {Iterable\<Uint8Array\[]>} | |
@@ -1000,7 +1000,7 @@ Synchronous version of [`bytes()`][]. | |||
| 1000 | 1000 | ### `text(source[, options])` | |
| 1001 | 1001 | ||
| 1002 | 1002 | <!-- YAML | |
| 1003 | - added: v26.0.0 | ||
| 1003 | + added: v25.9.0 | ||
| 1004 | 1004 | --> | |
| 1005 | 1005 | ||
| 1006 | 1006 | * `source` {AsyncIterable\<Uint8Array\[]>|Iterable\<Uint8Array\[]>} | |
@@ -1032,7 +1032,7 @@ run().catch(console.error); | |||
| 1032 | 1032 | ### `textSync(source[, options])` | |
| 1033 | 1033 | ||
| 1034 | 1034 | <!-- YAML | |
| 1035 | - added: v26.0.0 | ||
| 1035 | + added: v25.9.0 | ||
| 1036 | 1036 | --> | |
| 1037 | 1037 | ||
| 1038 | 1038 | * `source` {Iterable\<Uint8Array\[]>} | |
@@ -1049,7 +1049,7 @@ Synchronous version of [`text()`][]. | |||
| 1049 | 1049 | ### `ondrain(drainable)` | |
| 1050 | 1050 | ||
| 1051 | 1051 | <!-- YAML | |
| 1052 | - added: v26.0.0 | ||
| 1052 | + added: v25.9.0 | ||
| 1053 | 1053 | --> | |
| 1054 | 1054 | ||
| 1055 | 1055 | * `drainable` {Object} An object implementing the drainable protocol. | |
@@ -1104,7 +1104,7 @@ run().catch(console.error); | |||
| 1104 | 1104 | ### `merge(...sources[, options])` | |
| 1105 | 1105 | ||
| 1106 | 1106 | <!-- YAML | |
| 1107 | - added: v26.0.0 | ||
| 1107 | + added: v25.9.0 | ||
| 1108 | 1108 | --> | |
| 1109 | 1109 | ||
| 1110 | 1110 | * `...sources` {AsyncIterable\<Uint8Array\[]>|Iterable\<Uint8Array\[]>} Two or more iterables. | |
@@ -1137,7 +1137,7 @@ run().catch(console.error); | |||
| 1137 | 1137 | ### `tap(callback)` | |
| 1138 | 1138 | ||
| 1139 | 1139 | <!-- YAML | |
| 1140 | - added: v26.0.0 | ||
| 1140 | + added: v25.9.0 | ||
| 1141 | 1141 | --> | |
| 1142 | 1142 | ||
| 1143 | 1143 | * `callback` {Function} `(chunks) => void` Called with each batch. | |
@@ -1176,7 +1176,7 @@ chunks by the tapping callback; but return values are ignored. | |||
| 1176 | 1176 | ### `tapSync(callback)` | |
| 1177 | 1177 | ||
| 1178 | 1178 | <!-- YAML | |
| 1179 | - added: v26.0.0 | ||
| 1179 | + added: v25.9.0 | ||
| 1180 | 1180 | --> | |
| 1181 | 1181 | ||
| 1182 | 1182 | * `callback` {Function} | |
@@ -1189,7 +1189,7 @@ Synchronous version of [`tap()`][]. | |||
| 1189 | 1189 | ### `broadcast([options])` | |
| 1190 | 1190 | ||
| 1191 | 1191 | <!-- YAML | |
| 1192 | - added: v26.0.0 | ||
| 1192 | + added: v25.9.0 | ||
| 1193 | 1193 | --> | |
| 1194 | 1194 | ||
| 1195 | 1195 | * `options` {Object} | |
@@ -1290,7 +1290,7 @@ Alias for `broadcast.cancel()`. | |||
| 1290 | 1290 | ### `Broadcast.from(input[, options])` | |
| 1291 | 1291 | ||
| 1292 | 1292 | <!-- YAML | |
| 1293 | - added: v26.0.0 | ||
| 1293 | + added: v25.9.0 | ||
| 1294 | 1294 | --> | |
| 1295 | 1295 | ||
| 1296 | 1296 | * `input` {AsyncIterable|Iterable|Broadcastable} | |
@@ -1303,7 +1303,7 @@ automatically and pushed to all subscribers. | |||
| 1303 | 1303 | ### `share(source[, options])` | |
| 1304 | 1304 | ||
| 1305 | 1305 | <!-- YAML | |
| 1306 | - added: v26.0.0 | ||
| 1306 | + added: v25.9.0 | ||
| 1307 | 1307 | --> | |
| 1308 | 1308 | ||
| 1309 | 1309 | * `source` {AsyncIterable} The source to share. | |
@@ -1384,7 +1384,7 @@ Alias for `share.cancel()`. | |||
| 1384 | 1384 | ### `Share.from(input[, options])` | |
| 1385 | 1385 | ||
| 1386 | 1386 | <!-- YAML | |
| 1387 | - added: v26.0.0 | ||
| 1387 | + added: v25.9.0 | ||
| 1388 | 1388 | --> | |
| 1389 | 1389 | ||
| 1390 | 1390 | * `input` {AsyncIterable|Shareable} | |
@@ -1396,7 +1396,7 @@ Create a {Share} from an existing source. | |||
| 1396 | 1396 | ### `shareSync(source[, options])` | |
| 1397 | 1397 | ||
| 1398 | 1398 | <!-- YAML | |
| 1399 | - added: v26.0.0 | ||
| 1399 | + added: v25.9.0 | ||
| 1400 | 1400 | --> | |
| 1401 | 1401 | ||
| 1402 | 1402 | * `source` {Iterable} The sync source to share. | |
@@ -1411,7 +1411,7 @@ Synchronous version of [`share()`][]. | |||
| 1411 | 1411 | ### `SyncShare.fromSync(input[, options])` | |
| 1412 | 1412 | ||
| 1413 | 1413 | <!-- YAML | |
| 1414 | - added: v26.0.0 | ||
| 1414 | + added: v25.9.0 | ||
| 1415 | 1415 | --> | |
| 1416 | 1416 | ||
| 1417 | 1417 | * `input` {Iterable|SyncShareable} | |
| Back | FazBrowse Home | New Git URL |
0 commit comments