Skip to content

Commit

Permalink
Remove SendStreamParameters (#303)
Browse files Browse the repository at this point in the history
Fixes #277.
  • Loading branch information
yutakahirano authored Jul 6, 2021
1 parent 227bc6a commit 3be0e20
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ interface WebTransport {
/* a ReadableStream of BidirectionalStream objects */
readonly attribute ReadableStream incomingBidirectionalStreams;

Promise<SendStream> createUnidirectionalStream(optional SendStreamParameters parameters = {});
Promise<SendStream> createUnidirectionalStream();
/* a ReadableStream of ReceiveStream objects */
readonly attribute ReadableStream incomingUnidirectionalStreams;
};
Expand Down Expand Up @@ -974,14 +974,6 @@ that determine how WebTransport connection is established and used.
[=fetch=] operations.
:: This cannot be used with {{WebTransportOptions/allowPooling}}.

<pre class="idl">
dictionary SendStreamParameters {
};
</pre>

The <dfn dictionary>SendStreamParameters</dfn> dictionary includes information
relating to stream configuration.

<div algorithm="compute a certificate fingerprint">
To <dfn>compute a certificate fingerprint</dfn>, do the following:
1. Let |cert| be the input certificate, represented as a DER encoding of
Expand Down

0 comments on commit 3be0e20

Please sign in to comment.