WebIDLpedia

WebTransportDatagramDuplexStream interface

Definition

WebTransport defines WebTransportDatagramDuplexStream

[Exposed=(Window,Worker), SecureContext]
interface WebTransportDatagramDuplexStream {
  readonly attribute ReadableStream readable;
  readonly attribute WritableStream writable;

  readonly attribute unsigned long maxDatagramSize;
  attribute unrestricted double? incomingMaxAge;
  attribute unrestricted double? outgoingMaxAge;
  attribute unrestricted double incomingHighWaterMark;
  attribute unrestricted double outgoingHighWaterMark;
};

Methods and attributes that return objects implementing WebTransportDatagramDuplexStream

Referring IDL interfaces/dictionaries