@@ -677,7 +677,7 @@ The `'stream'` event may be emitted multiple times.
677
677
added: REPLACEME
678
678
-->
679
679
680
- * Type: {BigInt }
680
+ * Type: {bigint }
681
681
682
682
A ` BigInt ` representing the number of retransmissions caused by delayed
683
683
acknowledgements.
@@ -726,7 +726,7 @@ representing the reason the peer certificate verification failed.
726
726
added: REPLACEME
727
727
-->
728
728
729
- * Type: {BigInt }
729
+ * Type: {bigint }
730
730
731
731
A ` BigInt ` representing the total number of bidirectional streams
732
732
created for this ` QuicSession ` .
@@ -736,7 +736,7 @@ created for this `QuicSession`.
736
736
added: REPLACEME
737
737
-->
738
738
739
- * Type: {BigInt }
739
+ * Type: {bigint }
740
740
741
741
A ` BigInt ` representing the total number of times the ` QuicSession ` has
742
742
been blocked from sending stream data due to flow control.
@@ -759,7 +759,7 @@ to the connected peer.
759
759
added: REPLACEME
760
760
-->
761
761
762
- * Type: {BigInt }
762
+ * Type: {bigint }
763
763
764
764
A ` BigInt ` representing the total number of bytes received from the peer.
765
765
@@ -768,7 +768,7 @@ A `BigInt` representing the total number of bytes received from the peer.
768
768
added: REPLACEME
769
769
-->
770
770
771
- * Type: {BigInt }
771
+ * Type: {bigint }
772
772
773
773
A ` BigInt ` representing the total number of bytes sent to the peer.
774
774
@@ -841,7 +841,7 @@ Set to `true` if the `QuicSession` has been destroyed.
841
841
added: REPLACEME
842
842
-->
843
843
844
- * Type: {BigInt }
844
+ * Type: {bigint }
845
845
846
846
A ` BigInt ` representing the length of time the ` QuicSession ` was active.
847
847
@@ -912,7 +912,7 @@ Set to `true` when the TLS handshake completion has been confirmed.
912
912
added: REPLACEME
913
913
-->
914
914
915
- * Type: {BigInt }
915
+ * Type: {bigint }
916
916
917
917
A ` BigInt ` representing the length of time taken to complete the TLS handshake.
918
918
@@ -930,7 +930,7 @@ Set to `true` if the `QuicSession` was closed due to an idle timeout.
930
930
added: REPLACEME
931
931
-->
932
932
933
- * Type: {BigInt }
933
+ * Type: {bigint }
934
934
935
935
A ` BigInt ` representing the number of key update operations that have
936
936
occured.
@@ -940,7 +940,7 @@ occured.
940
940
added: REPLACEME
941
941
-->
942
942
943
- * Type: {BigInt }
943
+ * Type: {bigint }
944
944
945
945
The most recently recorded RTT for this ` QuicSession ` .
946
946
@@ -949,7 +949,7 @@ The most recently recorded RTT for this `QuicSession`.
949
949
added: REPLACEME
950
950
-->
951
951
952
- * Type: {BigInt }
952
+ * Type: {bigint }
953
953
954
954
A ` BigInt ` representing the number of lost-packet retransmissions that have been
955
955
performed on this ` QuicSession ` .
@@ -969,7 +969,7 @@ send to the connected peer.
969
969
added: REPLACEME
970
970
-->
971
971
972
- * Type: {BigInt }
972
+ * Type: {bigint }
973
973
974
974
A ` BigInt ` representing the maximum number of in-flight bytes recorded
975
975
for this ` QuicSession ` .
@@ -993,7 +993,7 @@ of the `QuicSession` as the connected peer allows new streams to be created.
993
993
added: REPLACEME
994
994
-->
995
995
996
- * Type: {BigInt }
996
+ * Type: {bigint }
997
997
998
998
The minimum RTT recorded so far for this ` QuicSession ` .
999
999
@@ -1035,7 +1035,7 @@ of the `ping()` operation.
1035
1035
added: REPLACEME
1036
1036
-->
1037
1037
1038
- * Type: {BigInt }
1038
+ * Type: {bigint }
1039
1039
1040
1040
A ` BigInt ` representing the total number of ` QuicStreams ` initiated by the
1041
1041
connected peer.
@@ -1058,7 +1058,7 @@ An object containing the remote address information for the connected peer.
1058
1058
added: REPLACEME
1059
1059
-->
1060
1060
1061
- * Type: {BigInt }
1061
+ * Type: {bigint }
1062
1062
1063
1063
A ` BigInt ` representing the total number of ` QuicStream ` instances initiated
1064
1064
by this ` QuicSession ` .
@@ -1077,7 +1077,7 @@ The SNI servername requested for this session by the client.
1077
1077
added: REPLACEME
1078
1078
-->
1079
1079
1080
- * Type: {BigInt }
1080
+ * Type: {bigint }
1081
1081
1082
1082
The modified RTT calculated for this ` QuicSession ` .
1083
1083
@@ -1104,7 +1104,7 @@ True if the `QuicSession` was closed due to QUIC stateless reset.
1104
1104
added: REPLACEME
1105
1105
-->
1106
1106
1107
- * Type: {BigInt }
1107
+ * Type: {bigint }
1108
1108
1109
1109
A ` BigInt ` representing the total number of unidirectional streams
1110
1110
created on this ` QuicSession ` .
@@ -1407,7 +1407,7 @@ port.
1407
1407
added: REPLACEME
1408
1408
-->
1409
1409
1410
- * Type: {BigInt }
1410
+ * Type: {bigint }
1411
1411
1412
1412
A ` BigInt ` representing the length of time this ` QuicSocket ` has been bound
1413
1413
to a local port.
@@ -1417,7 +1417,7 @@ to a local port.
1417
1417
added: REPLACEME
1418
1418
-->
1419
1419
1420
- * Type: {BigInt }
1420
+ * Type: {bigint }
1421
1421
1422
1422
A ` BigInt ` representing the number of bytes received by this ` QuicSocket ` .
1423
1423
@@ -1426,7 +1426,7 @@ A `BigInt` representing the number of bytes received by this `QuicSocket`.
1426
1426
added: REPLACEME
1427
1427
-->
1428
1428
1429
- * Type: {BigInt }
1429
+ * Type: {bigint }
1430
1430
1431
1431
A ` BigInt ` representing the number of bytes sent by this ` QuicSocket ` .
1432
1432
@@ -1435,7 +1435,7 @@ A `BigInt` representing the number of bytes sent by this `QuicSocket`.
1435
1435
added: REPLACEME
1436
1436
-->
1437
1437
1438
- * Type: {BigInt }
1438
+ * Type: {bigint }
1439
1439
1440
1440
A ` BigInt ` representing the number of client ` QuicSession ` instances that
1441
1441
have been associated with this ` QuicSocket ` .
@@ -1607,7 +1607,7 @@ Will be `true` if the `QuicSocket` has been destroyed.
1607
1607
added: REPLACEME
1608
1608
-->
1609
1609
1610
- * Type: {BigInt }
1610
+ * Type: {bigint }
1611
1611
1612
1612
A ` BigInt ` representing the length of time this ` QuicSocket ` has been active,
1613
1613
@@ -1743,7 +1743,7 @@ If a `callback` is given, it is registered as a handler for the
1743
1743
added: REPLACEME
1744
1744
-->
1745
1745
1746
- * Type: {BigInt }
1746
+ * Type: {bigint }
1747
1747
1748
1748
A ` BigInt ` representing the length of time this ` QuicSocket ` has been listening
1749
1749
for connections.
@@ -1762,7 +1762,7 @@ Set to `true` if the `QuicSocket` is listening for new connections.
1762
1762
added: REPLACEME
1763
1763
-->
1764
1764
1765
- * Type: {BigInt }
1765
+ * Type: {bigint }
1766
1766
1767
1767
A ` BigInt ` representing the number of packets received by this ` QuicSocket ` that
1768
1768
have been ignored.
@@ -1772,7 +1772,7 @@ have been ignored.
1772
1772
added: REPLACEME
1773
1773
-->
1774
1774
1775
- * Type: {BigInt }
1775
+ * Type: {bigint }
1776
1776
1777
1777
A ` BigInt ` representing the number of packets successfully received by this
1778
1778
` QuicSocket ` .
@@ -1782,7 +1782,7 @@ A `BigInt` representing the number of packets successfully received by this
1782
1782
added: REPLACEME
1783
1783
-->
1784
1784
1785
- * Type: {BigInt }
1785
+ * Type: {bigint }
1786
1786
1787
1787
A ` BigInt ` representing the number of packets sent by this ` QuicSocket ` .
1788
1788
@@ -1805,7 +1805,7 @@ added: REPLACEME
1805
1805
added: REPLACEME
1806
1806
-->
1807
1807
1808
- * Type: {BigInt }
1808
+ * Type: {bigint }
1809
1809
1810
1810
A ` BigInt ` representing the number of ` QuicSession ` instances rejected
1811
1811
due to server busy status.
@@ -1815,7 +1815,7 @@ due to server busy status.
1815
1815
added: REPLACEME
1816
1816
-->
1817
1817
1818
- * Type: {BigInt }
1818
+ * Type: {bigint }
1819
1819
1820
1820
A ` BigInt ` representing the number of server ` QuicSession ` instances that
1821
1821
have been associated with this ` QuicSocket ` .
@@ -1855,7 +1855,7 @@ error code. To begin receiving connections again, disable busy mode by calling
1855
1855
added: REPLACEME
1856
1856
-->
1857
1857
1858
- * Type: {BigInt }
1858
+ * Type: {bigint }
1859
1859
1860
1860
A ` BigInt ` that represents the number of stateless resets that have been sent.
1861
1861
@@ -2016,7 +2016,7 @@ Set to `true` if the `QuicStream` is bidirectional.
2016
2016
added: REPLACEME
2017
2017
-->
2018
2018
2019
- * Type: {BigInt }
2019
+ * Type: {bigint }
2020
2020
2021
2021
A ` BigInt ` representing the total number of bytes received for this
2022
2022
` QuicStream ` .
@@ -2026,7 +2026,7 @@ A `BigInt` representing the total number of bytes received for this
2026
2026
added: REPLACEME
2027
2027
-->
2028
2028
2029
- * Type: {BigInt }
2029
+ * Type: {bigint }
2030
2030
2031
2031
A ` BigInt ` representing the total number of bytes sent by this
2032
2032
` QuicStream ` .
@@ -2075,7 +2075,7 @@ TBD
2075
2075
added: REPLACEME
2076
2076
-->
2077
2077
2078
- * Type: {BigInt }
2078
+ * Type: {bigint }
2079
2079
2080
2080
A ` BigInt ` representing the length of time the ` QuicStream ` has been active.
2081
2081
@@ -2084,7 +2084,7 @@ A `BigInt` representing the length of time the `QuicStream` has been active.
2084
2084
added: REPLACEME
2085
2085
-->
2086
2086
2087
- * Type: {BigInt }
2087
+ * Type: {bigint }
2088
2088
2089
2089
A ` BigInt ` specifying the total number of bytes successfully received by the
2090
2090
` QuicStream ` .
@@ -2103,7 +2103,7 @@ The numeric identifier of the `QuicStream`.
2103
2103
added: REPLACEME
2104
2104
-->
2105
2105
2106
- * Type: {BigInt }
2106
+ * Type: {bigint }
2107
2107
2108
2108
A ` BigInt ` representing the highest acknowledged data offset received
2109
2109
for this ` QuicStream ` .
@@ -2113,7 +2113,7 @@ for this `QuicStream`.
2113
2113
added: REPLACEME
2114
2114
-->
2115
2115
2116
- * Type: {BigInt }
2116
+ * Type: {bigint }
2117
2117
2118
2118
A ` BigInt ` representing the maximum extended data offset that has been
2119
2119
reported to the connected peer.
@@ -2123,7 +2123,7 @@ reported to the connected peer.
2123
2123
added: REPLACEME
2124
2124
-->
2125
2125
2126
- * Type: {BigInt }
2126
+ * Type: {bigint }
2127
2127
2128
2128
A ` BigInt ` representing the maximum received offset for this ` QuicStream ` .
2129
2129
0 commit comments