@@ -2077,7 +2077,7 @@ added: v5.3.0
2077
2077
changes:
2078
2078
- version: REPLACEME
2079
2079
pr-url: https://github.com/nodejs/node/pull/56578
2080
- description: supports Uint8Array as `this` value
2080
+ description: supports Uint8Array as `this` value.
2081
2081
-->
2082
2082
2083
2083
* ` value ` {string|Buffer|Uint8Array|integer} What to search for.
@@ -2965,13 +2965,14 @@ console.log(buf.readInt32LE(1));
2965
2965
<!-- YAML
2966
2966
added: v0.11.15
2967
2967
changes:
2968
+ - version: REPLACEME
2969
+ pr-url: https://github.com/nodejs/node/pull/56578
2970
+ description: supports Uint8Array as `this` value.
2968
2971
- version: v10.0.0
2969
2972
pr-url: https://github.com/nodejs/node/pull/18395
2970
2973
description: Removed `noAssert` and no implicit coercion of the offset
2971
2974
and `byteLength` to `uint32` anymore.
2972
- - version: REPLACEME
2973
- pr-url: https://github.com/nodejs/node/pull/56578
2974
- description: supports Uint8Array as `this` value
2975
+
2975
2976
-->
2976
2977
2977
2978
* ` offset ` {integer} Number of bytes to skip before starting to read. Must
@@ -3015,13 +3016,14 @@ console.log(buf.readIntBE(1, 0).toString(16));
3015
3016
<!-- YAML
3016
3017
added: v0.11.15
3017
3018
changes:
3019
+ - version: REPLACEME
3020
+ pr-url: https://github.com/nodejs/node/pull/56578
3021
+ description: supports Uint8Array as `this` value.
3018
3022
- version: v10.0.0
3019
3023
pr-url: https://github.com/nodejs/node/pull/18395
3020
3024
description: Removed `noAssert` and no implicit coercion of the offset
3021
3025
and `byteLength` to `uint32` anymore.
3022
- - version: REPLACEME
3023
- pr-url: https://github.com/nodejs/node/pull/56578
3024
- description: supports Uint8Array as `this` value
3026
+
3025
3027
-->
3026
3028
3027
3029
* ` offset ` {integer} Number of bytes to skip before starting to read. Must
@@ -3295,6 +3297,9 @@ console.log(buf.readUInt32LE(1).toString(16));
3295
3297
<!-- YAML
3296
3298
added: v0.11.15
3297
3299
changes:
3300
+ - version: REPLACEME
3301
+ pr-url: https://github.com/nodejs/node/pull/56578
3302
+ description: supports Uint8Array as `this` value.
3298
3303
- version:
3299
3304
- v14.9.0
3300
3305
- v12.19.0
@@ -3304,9 +3309,6 @@ changes:
3304
3309
pr-url: https://github.com/nodejs/node/pull/18395
3305
3310
description: Removed `noAssert` and no implicit coercion of the offset
3306
3311
and `byteLength` to `uint32` anymore.
3307
- - version: REPLACEME
3308
- pr-url: https://github.com/nodejs/node/pull/56578
3309
- description: supports Uint8Array as `this` value
3310
3312
-->
3311
3313
3312
3314
* ` offset ` {integer} Number of bytes to skip before starting to read. Must
@@ -3348,6 +3350,9 @@ console.log(buf.readUIntBE(1, 6).toString(16));
3348
3350
<!-- YAML
3349
3351
added: v0.11.15
3350
3352
changes:
3353
+ - version: REPLACEME
3354
+ pr-url: https://github.com/nodejs/node/pull/56578
3355
+ description: supports Uint8Array as `this` value.
3351
3356
- version:
3352
3357
- v14.9.0
3353
3358
- v12.19.0
@@ -3357,9 +3362,6 @@ changes:
3357
3362
pr-url: https://github.com/nodejs/node/pull/18395
3358
3363
description: Removed `noAssert` and no implicit coercion of the offset
3359
3364
and `byteLength` to `uint32` anymore.
3360
- - version: REPLACEME
3361
- pr-url: https://github.com/nodejs/node/pull/56578
3362
- description: supports Uint8Array as `this` value
3363
3365
-->
3364
3366
3365
3367
* ` offset ` {integer} Number of bytes to skip before starting to read. Must
@@ -3806,7 +3808,7 @@ added: v0.1.90
3806
3808
changes:
3807
3809
- version: REPLACEME
3808
3810
pr-url: https://github.com/nodejs/node/pull/56578
3809
- description: supports Uint8Array as `this` value
3811
+ description: supports Uint8Array as `this` value.
3810
3812
-->
3811
3813
3812
3814
* ` encoding ` {string} The character encoding to use. ** Default:** ` 'utf8' ` .
@@ -3948,7 +3950,7 @@ added: v0.1.90
3948
3950
changes:
3949
3951
- version: REPLACEME
3950
3952
pr-url: https://github.com/nodejs/node/pull/56578
3951
- description: supports Uint8Array as `this` value
3953
+ description: supports Uint8Array as `this` value.
3952
3954
-->
3953
3955
3954
3956
* ` string ` {string} String to write to ` buf ` .
0 commit comments