WebIDLpedia

WebTransportError interface

Definition

WebTransport defines WebTransportError



[Exposed=(Window,Worker), Serializable, SecureContext]
interface WebTransportError : DOMException {
  constructor(optional DOMString message = "", optional WebTransportErrorOptions options = {});

  readonly attribute WebTransportErrorSource source;
  readonly attribute unsigned long? streamErrorCode;
};

Methods and attributes that return objects implementing WebTransportError