WebIDLpedia

WebTransportSendOptions dictionary

Definition

WebTransport defines WebTransportSendOptions



dictionary WebTransportSendOptions {
  WebTransportSendGroup? sendGroup = null;
  long long sendOrder = 0;
};

Referring IDL interfaces/dictionaries