WebIDLpedia

WebTransportErrorOptions dictionary

Definition

WebTransport defines WebTransportErrorOptions



dictionary WebTransportErrorOptions {
  WebTransportErrorSource source = "stream";
  [Clamp] unsigned long? streamErrorCode = null;
};

Referring IDL interfaces/dictionaries