@@ -1393,7 +1393,9 @@ added:
1393
1393
- v12.0.0
1394
1394
- v10.20.0
1395
1395
changes:
1396
- - version: v14.10.0
1396
+ - version:
1397
+ - v14.10.0
1398
+ - v12.19.0
1397
1399
pr-url: https://github.com/nodejs/node/pull/34960
1398
1400
description: This function is also available as `buf.readBigUint64BE()`.
1399
1401
-->
@@ -1418,7 +1420,9 @@ added:
1418
1420
- v12.0.0
1419
1421
- v10.20.0
1420
1422
changes:
1421
- - version: v14.10.0
1423
+ - version:
1424
+ - v14.10.0
1425
+ = v12.19.0
1422
1426
pr-url: https://github.com/nodejs/node/pull/34960
1423
1427
description: This function is also available as `buf.readBigUint64LE()`.
1424
1428
-->
@@ -1730,7 +1734,9 @@ console.log(buf.readIntLE(0, 6).toString(16));
1730
1734
<!-- YAML
1731
1735
added: v0.5.0
1732
1736
changes:
1733
- - version: v14.9.0
1737
+ - version:
1738
+ - v14.9.0
1739
+ - v12.19.0
1734
1740
pr-url: https://github.com/nodejs/node/pull/34729
1735
1741
description: This function is also available as `buf.readUint8()`.
1736
1742
- version: v10.0.0
@@ -1760,7 +1766,9 @@ console.log(buf.readUInt8(2));
1760
1766
<!-- YAML
1761
1767
added: v0.5.5
1762
1768
changes:
1763
- - version: v14.9.0
1769
+ - version:
1770
+ - v14.9.0
1771
+ - v12.19.0
1764
1772
pr-url: https://github.com/nodejs/node/pull/34729
1765
1773
description: This function is also available as `buf.readUint16BE()`.
1766
1774
- version: v10.0.0
@@ -1789,7 +1797,9 @@ console.log(buf.readUInt16BE(1).toString(16));
1789
1797
<!-- YAML
1790
1798
added: v0.5.5
1791
1799
changes:
1792
- - version: v14.9.0
1800
+ - version:
1801
+ - v14.9.0
1802
+ - v12.19.0
1793
1803
pr-url: https://github.com/nodejs/node/pull/34729
1794
1804
description: This function is also available as `buf.readUint16LE()`.
1795
1805
- version: v10.0.0
@@ -1820,7 +1830,9 @@ console.log(buf.readUInt16LE(2).toString(16));
1820
1830
<!-- YAML
1821
1831
added: v0.5.5
1822
1832
changes:
1823
- - version: v14.9.0
1833
+ - version:
1834
+ - v14.9.0
1835
+ - v12.19.0
1824
1836
pr-url: https://github.com/nodejs/node/pull/34729
1825
1837
description: This function is also available as `buf.readUint32BE()`.
1826
1838
- version: v10.0.0
@@ -1847,7 +1859,9 @@ console.log(buf.readUInt32BE(0).toString(16));
1847
1859
<!-- YAML
1848
1860
added: v0.5.5
1849
1861
changes:
1850
- - version: v14.9.0
1862
+ - version:
1863
+ - v14.9.0
1864
+ - v12.19.0
1851
1865
pr-url: https://github.com/nodejs/node/pull/34729
1852
1866
description: This function is also available as `buf.readUint32LE()`.
1853
1867
- version: v10.0.0
@@ -1876,7 +1890,9 @@ console.log(buf.readUInt32LE(1).toString(16));
1876
1890
<!-- YAML
1877
1891
added: v0.11.15
1878
1892
changes:
1879
- - version: v14.9.0
1893
+ - version:
1894
+ - v14.9.0
1895
+ - v12.19.0
1880
1896
pr-url: https://github.com/nodejs/node/pull/34729
1881
1897
description: This function is also available as `buf.readUintBE()`.
1882
1898
- version: v10.0.0
@@ -1908,7 +1924,9 @@ console.log(buf.readUIntBE(1, 6).toString(16));
1908
1924
<!-- YAML
1909
1925
added: v0.11.15
1910
1926
changes:
1911
- - version: v14.9.0
1927
+ - version:
1928
+ - v14.9.0
1929
+ - v12.19.0
1912
1930
pr-url: https://github.com/nodejs/node/pull/34729
1913
1931
description: This function is also available as `buf.readUintLE()`.
1914
1932
- version: v10.0.0
@@ -2326,7 +2344,9 @@ added:
2326
2344
- v12.0.0
2327
2345
- v10.20.0
2328
2346
changes:
2329
- - version: v14.10.0
2347
+ - version:
2348
+ - v14.10.0
2349
+ - v12.19.0
2330
2350
pr-url: https://github.com/nodejs/node/pull/34960
2331
2351
description: This function is also available as `buf.writeBigUint64BE()`.
2332
2352
-->
@@ -2353,7 +2373,9 @@ added:
2353
2373
- v12.0.0
2354
2374
- v10.20.0
2355
2375
changes:
2356
- - version: v14.10.0
2376
+ - version:
2377
+ - v14.10.0
2378
+ - v12.19.0
2357
2379
pr-url: https://github.com/nodejs/node/pull/34960
2358
2380
description: This function is also available as `buf.writeBigUint64LE()`.
2359
2381
-->
@@ -2701,7 +2723,9 @@ console.log(buf);
2701
2723
<!-- YAML
2702
2724
added: v0.5.0
2703
2725
changes:
2704
- - version: v14.9.0
2726
+ - version:
2727
+ - v14.9.0
2728
+ - v12.19.0
2705
2729
pr-url: https://github.com/nodejs/node/pull/34729
2706
2730
description: This function is also available as `buf.writeUint8()`.
2707
2731
- version: v10.0.0
@@ -2735,7 +2759,9 @@ console.log(buf);
2735
2759
<!-- YAML
2736
2760
added: v0.5.5
2737
2761
changes:
2738
- - version: v14.9.0
2762
+ - version:
2763
+ - v14.9.0
2764
+ - v12.19.0
2739
2765
pr-url: https://github.com/nodejs/node/pull/34729
2740
2766
description: This function is also available as `buf.writeUint16BE()`.
2741
2767
- version: v10.0.0
@@ -2767,7 +2793,9 @@ console.log(buf);
2767
2793
<!-- YAML
2768
2794
added: v0.5.5
2769
2795
changes:
2770
- - version: v14.9.0
2796
+ - version:
2797
+ - v14.9.0
2798
+ - 12.19.0
2771
2799
pr-url: https://github.com/nodejs/node/pull/34729
2772
2800
description: This function is also available as `buf.writeUint16LE()`.
2773
2801
- version: v10.0.0
@@ -2799,7 +2827,9 @@ console.log(buf);
2799
2827
<!-- YAML
2800
2828
added: v0.5.5
2801
2829
changes:
2802
- - version: v14.9.0
2830
+ - version:
2831
+ - v14.9.0
2832
+ - v12.19.0
2803
2833
pr-url: https://github.com/nodejs/node/pull/34729
2804
2834
description: This function is also available as `buf.writeUint32BE()`.
2805
2835
- version: v10.0.0
@@ -2830,7 +2860,9 @@ console.log(buf);
2830
2860
<!-- YAML
2831
2861
added: v0.5.5
2832
2862
changes:
2833
- - version: v14.9.0
2863
+ - version:
2864
+ - v14.9.0
2865
+ - v12.19.0
2834
2866
pr-url: https://github.com/nodejs/node/pull/34729
2835
2867
description: This function is also available as `buf.writeUint32LE()`.
2836
2868
- version: v10.0.0
@@ -2861,7 +2893,9 @@ console.log(buf);
2861
2893
<!-- YAML
2862
2894
added: v0.5.5
2863
2895
changes:
2864
- - version: v14.9.0
2896
+ - version:
2897
+ - v14.9.0
2898
+ - v12.19.0
2865
2899
pr-url: https://github.com/nodejs/node/pull/34729
2866
2900
description: This function is also available as `buf.writeUintBE()`.
2867
2901
- version: v10.0.0
@@ -2894,7 +2928,9 @@ console.log(buf);
2894
2928
<!-- YAML
2895
2929
added: v0.5.5
2896
2930
changes:
2897
- - version: v14.9.0
2931
+ - version:
2932
+ - v14.9.0
2933
+ - v12.19.0
2898
2934
pr-url: https://github.com/nodejs/node/pull/34729
2899
2935
description: This function is also available as `buf.writeUintLE()`.
2900
2936
- version: v10.0.0
0 commit comments