WebIDLpedia

WebTransportSendStreamOptions dictionary

Definition

WebTransport defines WebTransportSendStreamOptions



dictionary WebTransportSendStreamOptions {
  WebTransportSendGroup? sendGroup = null;
  long long sendOrder = 0;
  boolean waitUntilAvailable = false;
};

Referring IDL interfaces/dictionaries