Kotlin Wrappers API Reference
Toggle table of contents
web
Target filter
web
Switch theme
Search in API
Skip to content
Kotlin Wrappers API Reference
kotlin-browser
/
web.transport
/
WebTransportConnectionStats
Web
Transport
Connection
Stats
interface
WebTransportConnectionStats
(
source
)
Members
Properties
bytes
Received
Link copied to clipboard
abstract
var
bytesReceived
:
UInt53
?
datagrams
Link copied to clipboard
abstract
var
datagrams
:
WebTransportDatagramStats
min
Rtt
Link copied to clipboard
abstract
var
minRtt
:
DOMHighResTimeStamp
?
packets
Lost
Link copied to clipboard
abstract
var
packetsLost
:
UInt53
?
packets
Received
Link copied to clipboard
abstract
var
packetsReceived
:
UInt53
?
packets
Sent
Link copied to clipboard
abstract
var
packetsSent
:
UInt53
?
rtt
Variation
Link copied to clipboard
abstract
var
rttVariation
:
DOMHighResTimeStamp
?
smoothed
Rtt
Link copied to clipboard
abstract
var
smoothedRtt
:
DOMHighResTimeStamp
?