WebIDLpedia

WebTransportConnectionStats dictionary

Definition

WebTransport defines WebTransportConnectionStats



dictionary WebTransportConnectionStats {
  unsigned long long bytesSent;
  unsigned long long packetsSent;
  unsigned long long bytesLost;
  unsigned long long packetsLost;
  unsigned long long bytesReceived;
  unsigned long long packetsReceived;
  DOMHighResTimeStamp smoothedRtt;
  DOMHighResTimeStamp rttVariation;
  DOMHighResTimeStamp minRtt;
  WebTransportDatagramStats datagrams;
  unsigned long long? estimatedSendRate;
};

Referring IDL interfaces/dictionaries