Skip to content

Commit

Permalink
Merge pull request #575 from jan-ivar/featuredetect2
Browse files Browse the repository at this point in the history
Add WebTransport.supportsReliableOnly boolean.
  • Loading branch information
jan-ivar committed Dec 6, 2023
2 parents 8e8f3a7 + 6fe5ddd commit 8b74ae0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -622,6 +622,8 @@ interface WebTransport {
/* a ReadableStream of WebTransportReceiveStream objects */
readonly attribute ReadableStream incomingUnidirectionalStreams;
WebTransportSendGroup createSendGroup();

static readonly attribute boolean supportsReliableOnly;
};

enum WebTransportReliabilityMode {
Expand Down Expand Up @@ -948,6 +950,10 @@ these steps.
requested but not satisfied, then the value is `"default"`
The getter steps are to return [=this=]'s {{[[CongestionControl]]}}.

: <dfn for="WebTransport" attribute>supportsReliableOnly</dfn>
:: Returns true if the user agent supports [=WebTransport sessions=] over exclusively reliable
[=connections=], otherwise false.

## Methods ## {#webtransport-methods}

<div algorithm>
Expand Down

0 comments on commit 8b74ae0

Please sign in to comment.