@@ -1376,7 +1376,7 @@ values.
1376
1376
<!-- YAML
1377
1377
added: v12.0.0
1378
1378
changes:
1379
- - version: REPLACEME
1379
+ - version: v12.19.0
1380
1380
pr-url: https://github.com/nodejs/node/pull/34960
1381
1381
description: This function is also available as `buf.readBigUint64BE()`.
1382
1382
-->
@@ -1401,7 +1401,7 @@ added:
1401
1401
- v12.0.0
1402
1402
- v10.20.0
1403
1403
changes:
1404
- - version: REPLACEME
1404
+ - version: v12.19.0
1405
1405
pr-url: https://github.com/nodejs/node/pull/34960
1406
1406
description: This function is also available as `buf.readBigUint64LE()`.
1407
1407
-->
@@ -1713,7 +1713,7 @@ console.log(buf.readIntLE(0, 6).toString(16));
1713
1713
<!-- YAML
1714
1714
added: v0.5.0
1715
1715
changes:
1716
- - version: REPLACEME
1716
+ - version: v12.19.0
1717
1717
pr-url: https://github.com/nodejs/node/pull/34729
1718
1718
description: This function is also available as `buf.readUint8()`.
1719
1719
- version: v10.0.0
@@ -1743,7 +1743,7 @@ console.log(buf.readUInt8(2));
1743
1743
<!-- YAML
1744
1744
added: v0.5.5
1745
1745
changes:
1746
- - version: REPLACEME
1746
+ - version: v12.19.0
1747
1747
pr-url: https://github.com/nodejs/node/pull/34729
1748
1748
description: This function is also available as `buf.readUint16BE()`.
1749
1749
- version: v10.0.0
@@ -1772,7 +1772,7 @@ console.log(buf.readUInt16BE(1).toString(16));
1772
1772
<!-- YAML
1773
1773
added: v0.5.5
1774
1774
changes:
1775
- - version: REPLACEME
1775
+ - version: v12.19.0
1776
1776
pr-url: https://github.com/nodejs/node/pull/34729
1777
1777
description: This function is also available as `buf.readUint16LE()`.
1778
1778
- version: v10.0.0
@@ -1803,7 +1803,7 @@ console.log(buf.readUInt16LE(2).toString(16));
1803
1803
<!-- YAML
1804
1804
added: v0.5.5
1805
1805
changes:
1806
- - version: REPLACEME
1806
+ - version: v12.19.0
1807
1807
pr-url: https://github.com/nodejs/node/pull/34729
1808
1808
description: This function is also available as `buf.readUint32BE()`.
1809
1809
- version: v10.0.0
@@ -1830,7 +1830,7 @@ console.log(buf.readUInt32BE(0).toString(16));
1830
1830
<!-- YAML
1831
1831
added: v0.5.5
1832
1832
changes:
1833
- - version: REPLACEME
1833
+ - version: v12.19.0
1834
1834
pr-url: https://github.com/nodejs/node/pull/34729
1835
1835
description: This function is also available as `buf.readUint32LE()`.
1836
1836
- version: v10.0.0
@@ -1859,7 +1859,7 @@ console.log(buf.readUInt32LE(1).toString(16));
1859
1859
<!-- YAML
1860
1860
added: v0.11.15
1861
1861
changes:
1862
- - version: REPLACEME
1862
+ - version: v12.19.0
1863
1863
pr-url: https://github.com/nodejs/node/pull/34729
1864
1864
description: This function is also available as `buf.readUintBE()`.
1865
1865
- version: v10.0.0
@@ -1891,7 +1891,7 @@ console.log(buf.readUIntBE(1, 6).toString(16));
1891
1891
<!-- YAML
1892
1892
added: v0.11.15
1893
1893
changes:
1894
- - version: REPLACEME
1894
+ - version: v12.19.0
1895
1895
pr-url: https://github.com/nodejs/node/pull/34729
1896
1896
description: This function is also available as `buf.readUintLE()`.
1897
1897
- version: v10.0.0
@@ -2307,7 +2307,7 @@ added:
2307
2307
- v12.0.0
2308
2308
- v10.20.0
2309
2309
changes:
2310
- - version: REPLACEME
2310
+ - version: v12.19.0
2311
2311
pr-url: https://github.com/nodejs/node/pull/34960
2312
2312
description: This function is also available as `buf.writeBigUint64BE()`.
2313
2313
-->
@@ -2332,7 +2332,7 @@ console.log(buf);
2332
2332
<!-- YAML
2333
2333
added: v12.0.0
2334
2334
changes:
2335
- - version: REPLACEME
2335
+ - version: v12.19.0
2336
2336
pr-url: https://github.com/nodejs/node/pull/34960
2337
2337
description: This function is also available as `buf.writeBigUint64LE()`.
2338
2338
-->
@@ -2680,7 +2680,7 @@ console.log(buf);
2680
2680
<!-- YAML
2681
2681
added: v0.5.0
2682
2682
changes:
2683
- - version: REPLACEME
2683
+ - version: v12.19.0
2684
2684
pr-url: https://github.com/nodejs/node/pull/34729
2685
2685
description: This function is also available as `buf.writeUint8()`.
2686
2686
- version: v10.0.0
@@ -2714,7 +2714,7 @@ console.log(buf);
2714
2714
<!-- YAML
2715
2715
added: v0.5.5
2716
2716
changes:
2717
- - version: REPLACEME
2717
+ - version: v12.19.0
2718
2718
pr-url: https://github.com/nodejs/node/pull/34729
2719
2719
description: This function is also available as `buf.writeUint16BE()`.
2720
2720
- version: v10.0.0
@@ -2746,7 +2746,7 @@ console.log(buf);
2746
2746
<!-- YAML
2747
2747
added: v0.5.5
2748
2748
changes:
2749
- - version: REPLACEME
2749
+ - version: v12.19.0
2750
2750
pr-url: https://github.com/nodejs/node/pull/34729
2751
2751
description: This function is also available as `buf.writeUint16LE()`.
2752
2752
- version: v10.0.0
@@ -2778,7 +2778,7 @@ console.log(buf);
2778
2778
<!-- YAML
2779
2779
added: v0.5.5
2780
2780
changes:
2781
- - version: REPLACEME
2781
+ - version: v12.19.0
2782
2782
pr-url: https://github.com/nodejs/node/pull/34729
2783
2783
description: This function is also available as `buf.writeUint32BE()`.
2784
2784
- version: v10.0.0
@@ -2809,7 +2809,7 @@ console.log(buf);
2809
2809
<!-- YAML
2810
2810
added: v0.5.5
2811
2811
changes:
2812
- - version: REPLACEME
2812
+ - version: v12.19.0
2813
2813
pr-url: https://github.com/nodejs/node/pull/34729
2814
2814
description: This function is also available as `buf.writeUint32LE()`.
2815
2815
- version: v10.0.0
@@ -2840,7 +2840,7 @@ console.log(buf);
2840
2840
<!-- YAML
2841
2841
added: v0.5.5
2842
2842
changes:
2843
- - version: REPLACEME
2843
+ - version: v12.19.0
2844
2844
pr-url: https://github.com/nodejs/node/pull/34729
2845
2845
description: This function is also available as `buf.writeUintBE()`.
2846
2846
- version: v10.0.0
@@ -2873,7 +2873,7 @@ console.log(buf);
2873
2873
<!-- YAML
2874
2874
added: v0.5.5
2875
2875
changes:
2876
- - version: REPLACEME
2876
+ - version: v12.19.0
2877
2877
pr-url: https://github.com/nodejs/node/pull/34729
2878
2878
description: This function is also available as `buf.writeUintLE()`.
2879
2879
- version: v10.0.0
0 commit comments