@@ -2074,7 +2074,7 @@ console.log(buf.fill('zz', 'hex'));
20742074<!-- YAML
20752075added: v5.3.0
20762076changes:
2077- - version: REPLACEME
2077+ - version: v25.5.0
20782078 pr-url: https://github.com/nodejs/node/pull/56578
20792079 description: supports Uint8Array as `this` value.
20802080-->
@@ -2964,7 +2964,7 @@ console.log(buf.readInt32LE(1));
29642964<!-- YAML
29652965added: v0.11.15
29662966changes:
2967- - version: REPLACEME
2967+ - version: v25.5.0
29682968 pr-url: https://github.com/nodejs/node/pull/56578
29692969 description: supports Uint8Array as `this` value.
29702970 - version: v10.0.0
@@ -3015,7 +3015,7 @@ console.log(buf.readIntBE(1, 0).toString(16));
30153015<!-- YAML
30163016added: v0.11.15
30173017changes:
3018- - version: REPLACEME
3018+ - version: v25.5.0
30193019 pr-url: https://github.com/nodejs/node/pull/56578
30203020 description: supports Uint8Array as `this` value.
30213021 - version: v10.0.0
@@ -3296,7 +3296,7 @@ console.log(buf.readUInt32LE(1).toString(16));
32963296<!-- YAML
32973297added: v0.11.15
32983298changes:
3299- - version: REPLACEME
3299+ - version: v25.5.0
33003300 pr-url: https://github.com/nodejs/node/pull/56578
33013301 description: supports Uint8Array as `this` value.
33023302 - version:
@@ -3349,7 +3349,7 @@ console.log(buf.readUIntBE(1, 6).toString(16));
33493349<!-- YAML
33503350added: v0.11.15
33513351changes:
3352- - version: REPLACEME
3352+ - version: v25.5.0
33533353 pr-url: https://github.com/nodejs/node/pull/56578
33543354 description: supports Uint8Array as `this` value.
33553355 - version:
@@ -3805,7 +3805,7 @@ console.log(copy);
38053805<!-- YAML
38063806added: v0.1.90
38073807changes:
3808- - version: REPLACEME
3808+ - version: v25.5.0
38093809 pr-url: https://github.com/nodejs/node/pull/56578
38103810 description: supports Uint8Array as `this` value.
38113811-->
@@ -3947,7 +3947,7 @@ for (const value of buf) {
39473947<!-- YAML
39483948added: v0.1.90
39493949changes:
3950- - version: REPLACEME
3950+ - version: v25.5.0
39513951 pr-url: https://github.com/nodejs/node/pull/56578
39523952 description: supports Uint8Array as `this` value.
39533953-->
0 commit comments