@@ -2076,7 +2076,7 @@ added: v5.3.0
20762076changes:
20772077 - version: REPLACEME
20782078 pr-url: https://github.com/nodejs/node/pull/56578
2079- description: supports Uint8Array as `this` value
2079+ description: supports Uint8Array as `this` value.
20802080-->
20812081
20822082* ` value ` {string|Buffer|Uint8Array|integer} What to search for.
@@ -2964,13 +2964,14 @@ console.log(buf.readInt32LE(1));
29642964<!-- YAML
29652965added: v0.11.15
29662966changes:
2967+ - version: REPLACEME
2968+ pr-url: https://github.com/nodejs/node/pull/56578
2969+ description: supports Uint8Array as `this` value.
29672970 - version: v10.0.0
29682971 pr-url: https://github.com/nodejs/node/pull/18395
29692972 description: Removed `noAssert` and no implicit coercion of the offset
29702973 and `byteLength` to `uint32` anymore.
2971- - version: REPLACEME
2972- pr-url: https://github.com/nodejs/node/pull/56578
2973- description: supports Uint8Array as `this` value
2974+
29742975-->
29752976
29762977* ` offset ` {integer} Number of bytes to skip before starting to read. Must
@@ -3014,13 +3015,14 @@ console.log(buf.readIntBE(1, 0).toString(16));
30143015<!-- YAML
30153016added: v0.11.15
30163017changes:
3018+ - version: REPLACEME
3019+ pr-url: https://github.com/nodejs/node/pull/56578
3020+ description: supports Uint8Array as `this` value.
30173021 - version: v10.0.0
30183022 pr-url: https://github.com/nodejs/node/pull/18395
30193023 description: Removed `noAssert` and no implicit coercion of the offset
30203024 and `byteLength` to `uint32` anymore.
3021- - version: REPLACEME
3022- pr-url: https://github.com/nodejs/node/pull/56578
3023- description: supports Uint8Array as `this` value
3025+
30243026-->
30253027
30263028* ` offset ` {integer} Number of bytes to skip before starting to read. Must
@@ -3294,6 +3296,9 @@ console.log(buf.readUInt32LE(1).toString(16));
32943296<!-- YAML
32953297added: v0.11.15
32963298changes:
3299+ - version: REPLACEME
3300+ pr-url: https://github.com/nodejs/node/pull/56578
3301+ description: supports Uint8Array as `this` value.
32973302 - version:
32983303 - v14.9.0
32993304 - v12.19.0
@@ -3303,9 +3308,6 @@ changes:
33033308 pr-url: https://github.com/nodejs/node/pull/18395
33043309 description: Removed `noAssert` and no implicit coercion of the offset
33053310 and `byteLength` to `uint32` anymore.
3306- - version: REPLACEME
3307- pr-url: https://github.com/nodejs/node/pull/56578
3308- description: supports Uint8Array as `this` value
33093311-->
33103312
33113313* ` offset ` {integer} Number of bytes to skip before starting to read. Must
@@ -3347,6 +3349,9 @@ console.log(buf.readUIntBE(1, 6).toString(16));
33473349<!-- YAML
33483350added: v0.11.15
33493351changes:
3352+ - version: REPLACEME
3353+ pr-url: https://github.com/nodejs/node/pull/56578
3354+ description: supports Uint8Array as `this` value.
33503355 - version:
33513356 - v14.9.0
33523357 - v12.19.0
@@ -3356,9 +3361,6 @@ changes:
33563361 pr-url: https://github.com/nodejs/node/pull/18395
33573362 description: Removed `noAssert` and no implicit coercion of the offset
33583363 and `byteLength` to `uint32` anymore.
3359- - version: REPLACEME
3360- pr-url: https://github.com/nodejs/node/pull/56578
3361- description: supports Uint8Array as `this` value
33623364-->
33633365
33643366* ` offset ` {integer} Number of bytes to skip before starting to read. Must
@@ -3805,7 +3807,7 @@ added: v0.1.90
38053807changes:
38063808 - version: REPLACEME
38073809 pr-url: https://github.com/nodejs/node/pull/56578
3808- description: supports Uint8Array as `this` value
3810+ description: supports Uint8Array as `this` value.
38093811-->
38103812
38113813* ` encoding ` {string} The character encoding to use. ** Default:** ` 'utf8' ` .
@@ -3947,7 +3949,7 @@ added: v0.1.90
39473949changes:
39483950 - version: REPLACEME
39493951 pr-url: https://github.com/nodejs/node/pull/56578
3950- description: supports Uint8Array as `this` value
3952+ description: supports Uint8Array as `this` value.
39513953-->
39523954
39533955* ` string ` {string} String to write to ` buf ` .
0 commit comments