Skip to content

Commit

Permalink
Merge pull request #2133 from w3c/sctp-event-target
Browse files Browse the repository at this point in the history
Make RTCSctpTransport an EventTarget
  • Loading branch information
aboba committed Mar 21, 2019
2 parents 205f493 + c5c9010 commit 589e451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webrtc.html
Expand Up @@ -9103,7 +9103,7 @@ <h4 id="sctp-transport-connected">Connected procedure</h4>
</ol>
</section>
<div>
<pre class="idl">[Exposed=Window] interface RTCSctpTransport {
<pre class="idl">[Exposed=Window] interface RTCSctpTransport : EventTarget {
readonly attribute RTCDtlsTransport transport;
readonly attribute RTCSctpTransportState state;
readonly attribute unrestricted double maxMessageSize;
Expand Down

0 comments on commit 589e451

Please sign in to comment.