@@ -522,8 +522,8 @@ Including the `node:` prefix on the module specifier is optional.
522522
523523<!-- YAML
524524added:
525- - v25.9.0
526525 - v26.0.0
526+ - v25.9.0
527527-->
528528
529529* ` input ` {string|ArrayBuffer|ArrayBufferView|Iterable|AsyncIterable|Object}
@@ -564,8 +564,8 @@ run().catch(console.error);
564564
565565<!-- YAML
566566added:
567- - v25.9.0
568567 - v26.0.0
568+ - v25.9.0
569569-->
570570
571571* ` input ` {string|ArrayBuffer|ArrayBufferView|Iterable|Object}
@@ -596,8 +596,8 @@ console.log(textSync(fromSync('hello'))); // 'hello'
596596
597597<!-- YAML
598598added:
599- - v25.9.0
600599 - v26.0.0
600+ - v25.9.0
601601-->
602602
603603* ` source ` {AsyncIterable|Iterable} The data source.
@@ -655,8 +655,8 @@ run().catch(console.error);
655655
656656<!-- YAML
657657added:
658- - v25.9.0
659658 - v26.0.0
659+ - v25.9.0
660660-->
661661
662662* ` source ` {Iterable} The sync data source.
@@ -677,8 +677,8 @@ The `writer` must have the `*Sync` methods (`writeSync`, `writevSync`,
677677
678678<!-- YAML
679679added:
680- - v25.9.0
681680 - v26.0.0
681+ - v25.9.0
682682-->
683683
684684* ` source ` {AsyncIterable|Iterable} The data source.
@@ -750,8 +750,8 @@ ac.abort(); // Pipeline throws AbortError on next iteration
750750
751751<!-- YAML
752752added:
753- - v25.9.0
754753 - v26.0.0
754+ - v25.9.0
755755-->
756756
757757* ` source ` {Iterable} The sync data source.
@@ -766,8 +766,8 @@ Synchronous version of [`pull()`][]. All transforms must be synchronous.
766766
767767<!-- YAML
768768added:
769- - v25.9.0
770769 - v26.0.0
770+ - v25.9.0
771771-->
772772
773773* ` ...transforms ` {Function|Object} Optional transforms applied to the
@@ -832,8 +832,8 @@ The writer returned by `push()` conforms to the \[Writer interface]\[].
832832
833833<!-- YAML
834834added:
835- - v25.9.0
836835 - v26.0.0
836+ - v25.9.0
837837-->
838838
839839* ` options ` {Object}
@@ -912,8 +912,8 @@ run().catch(console.error);
912912
913913<!-- YAML
914914added:
915- - v25.9.0
916915 - v26.0.0
916+ - v25.9.0
917917-->
918918
919919* ` source ` {AsyncIterable\< Uint8Array\[ ] >|Iterable\< Uint8Array\[ ] >}
@@ -929,8 +929,8 @@ Collect all chunks as an array of `Uint8Array` values (without concatenating).
929929
930930<!-- YAML
931931added:
932- - v25.9.0
933932 - v26.0.0
933+ - v25.9.0
934934-->
935935
936936* ` source ` {AsyncIterable\< Uint8Array\[ ] >|Iterable\< Uint8Array\[ ] >}
@@ -946,8 +946,8 @@ Collect all bytes into an `ArrayBuffer`.
946946
947947<!-- YAML
948948added:
949- - v25.9.0
950949 - v26.0.0
950+ - v25.9.0
951951-->
952952
953953* ` source ` {Iterable\< Uint8Array\[ ] >}
@@ -962,8 +962,8 @@ Synchronous version of [`arrayBuffer()`][].
962962
963963<!-- YAML
964964added:
965- - v25.9.0
966965 - v26.0.0
966+ - v25.9.0
967967-->
968968
969969* ` source ` {Iterable\< Uint8Array\[ ] >}
@@ -978,8 +978,8 @@ Synchronous version of [`array()`][].
978978
979979<!-- YAML
980980added:
981- - v25.9.0
982981 - v26.0.0
982+ - v25.9.0
983983-->
984984
985985* ` source ` {AsyncIterable\< Uint8Array\[ ] >|Iterable\< Uint8Array\[ ] >}
@@ -1013,8 +1013,8 @@ run().catch(console.error);
10131013
10141014<!-- YAML
10151015added:
1016- - v25.9.0
10171016 - v26.0.0
1017+ - v25.9.0
10181018-->
10191019
10201020* ` source ` {Iterable\< Uint8Array\[ ] >}
@@ -1029,8 +1029,8 @@ Synchronous version of [`bytes()`][].
10291029
10301030<!-- YAML
10311031added:
1032- - v25.9.0
10331032 - v26.0.0
1033+ - v25.9.0
10341034-->
10351035
10361036* ` source ` {AsyncIterable\< Uint8Array\[ ] >|Iterable\< Uint8Array\[ ] >}
@@ -1063,8 +1063,8 @@ run().catch(console.error);
10631063
10641064<!-- YAML
10651065added:
1066- - v25.9.0
10671066 - v26.0.0
1067+ - v25.9.0
10681068-->
10691069
10701070* ` source ` {Iterable\< Uint8Array\[ ] >}
@@ -1082,8 +1082,8 @@ Synchronous version of [`text()`][].
10821082
10831083<!-- YAML
10841084added:
1085- - v25.9.0
10861085 - v26.0.0
1086+ - v25.9.0
10871087-->
10881088
10891089* ` drainable ` {Object} An object implementing the drainable protocol.
@@ -1139,8 +1139,8 @@ run().catch(console.error);
11391139
11401140<!-- YAML
11411141added:
1142- - v25.9.0
11431142 - v26.0.0
1143+ - v25.9.0
11441144-->
11451145
11461146* ` ...sources ` {AsyncIterable\< Uint8Array\[ ] >|Iterable\< Uint8Array\[ ] >} Two or more iterables.
@@ -1174,8 +1174,8 @@ run().catch(console.error);
11741174
11751175<!-- YAML
11761176added:
1177- - v25.9.0
11781177 - v26.0.0
1178+ - v25.9.0
11791179-->
11801180
11811181* ` callback ` {Function} ` (chunks) => void ` Called with each batch.
@@ -1215,8 +1215,8 @@ chunks by the tapping callback; but return values are ignored.
12151215
12161216<!-- YAML
12171217added:
1218- - v25.9.0
12191218 - v26.0.0
1219+ - v25.9.0
12201220-->
12211221
12221222* ` callback ` {Function}
@@ -1230,8 +1230,8 @@ Synchronous version of [`tap()`][].
12301230
12311231<!-- YAML
12321232added:
1233- - v25.9.0
12341233 - v26.0.0
1234+ - v25.9.0
12351235-->
12361236
12371237* ` options ` {Object}
@@ -1333,8 +1333,8 @@ Alias for `broadcast.cancel()`.
13331333
13341334<!-- YAML
13351335added:
1336- - v25.9.0
13371336 - v26.0.0
1337+ - v25.9.0
13381338-->
13391339
13401340* ` input ` {AsyncIterable|Iterable|Broadcastable}
@@ -1348,8 +1348,8 @@ automatically and pushed to all subscribers.
13481348
13491349<!-- YAML
13501350added:
1351- - v25.9.0
13521351 - v26.0.0
1352+ - v25.9.0
13531353-->
13541354
13551355* ` source ` {AsyncIterable} The source to share.
@@ -1431,8 +1431,8 @@ Alias for `share.cancel()`.
14311431
14321432<!-- YAML
14331433added:
1434- - v25.9.0
14351434 - v26.0.0
1435+ - v25.9.0
14361436-->
14371437
14381438* ` input ` {AsyncIterable|Shareable}
@@ -1445,8 +1445,8 @@ Create a {Share} from an existing source.
14451445
14461446<!-- YAML
14471447added:
1448- - v25.9.0
14491448 - v26.0.0
1449+ - v25.9.0
14501450-->
14511451
14521452* ` source ` {Iterable} The sync source to share.
@@ -1462,8 +1462,8 @@ Synchronous version of [`share()`][].
14621462
14631463<!-- YAML
14641464added:
1465- - v25.9.0
14661465 - v26.0.0
1466+ - v25.9.0
14671467-->
14681468
14691469* ` input ` {Iterable|SyncShareable}
0 commit comments