@@ -2074,7 +2074,9 @@ console.log(buf.fill('zz', 'hex'));
20742074<!-- YAML
20752075added: v5.3.0
20762076changes:
2077- - version: v25.5.0
2077+ - version:
2078+ - v25.5.0
2079+ - v24.13.1
20782080 pr-url: https://github.com/nodejs/node/pull/56578
20792081 description: supports Uint8Array as `this` value.
20802082-->
@@ -2964,7 +2966,9 @@ console.log(buf.readInt32LE(1));
29642966<!-- YAML
29652967added: v0.11.15
29662968changes:
2967- - version: v25.5.0
2969+ - version:
2970+ - v25.5.0
2971+ - v24.13.1
29682972 pr-url: https://github.com/nodejs/node/pull/56578
29692973 description: supports Uint8Array as `this` value.
29702974 - version: v10.0.0
@@ -3015,7 +3019,9 @@ console.log(buf.readIntBE(1, 0).toString(16));
30153019<!-- YAML
30163020added: v0.11.15
30173021changes:
3018- - version: v25.5.0
3022+ - version:
3023+ - v25.5.0
3024+ - v24.13.1
30193025 pr-url: https://github.com/nodejs/node/pull/56578
30203026 description: supports Uint8Array as `this` value.
30213027 - version: v10.0.0
@@ -3296,7 +3302,9 @@ console.log(buf.readUInt32LE(1).toString(16));
32963302<!-- YAML
32973303added: v0.11.15
32983304changes:
3299- - version: v25.5.0
3305+ - version:
3306+ - v25.5.0
3307+ - v24.13.1
33003308 pr-url: https://github.com/nodejs/node/pull/56578
33013309 description: supports Uint8Array as `this` value.
33023310 - version:
@@ -3349,7 +3357,9 @@ console.log(buf.readUIntBE(1, 6).toString(16));
33493357<!-- YAML
33503358added: v0.11.15
33513359changes:
3352- - version: v25.5.0
3360+ - version:
3361+ - v25.5.0
3362+ - v24.13.1
33533363 pr-url: https://github.com/nodejs/node/pull/56578
33543364 description: supports Uint8Array as `this` value.
33553365 - version:
@@ -3805,7 +3815,9 @@ console.log(copy);
38053815<!-- YAML
38063816added: v0.1.90
38073817changes:
3808- - version: v25.5.0
3818+ - version:
3819+ - v25.5.0
3820+ - v24.13.1
38093821 pr-url: https://github.com/nodejs/node/pull/56578
38103822 description: supports Uint8Array as `this` value.
38113823-->
@@ -3947,7 +3959,9 @@ for (const value of buf) {
39473959<!-- YAML
39483960added: v0.1.90
39493961changes:
3950- - version: v25.5.0
3962+ - version:
3963+ - v25.5.0
3964+ - v24.13.1
39513965 pr-url: https://github.com/nodejs/node/pull/56578
39523966 description: supports Uint8Array as `this` value.
39533967-->
0 commit comments