WebIDLpedia

WebTransportSendStreamStats dictionary

Definition

WebTransport defines WebTransportSendStreamStats



dictionary WebTransportSendStreamStats {
  unsigned long long bytesWritten = 0;
  unsigned long long bytesSent = 0;
  unsigned long long bytesAcknowledged = 0;
};

Referring IDL interfaces/dictionaries