Skip to content

Commit

Permalink
Make RTCSctpTransport an EventTarget
Browse files Browse the repository at this point in the history
Fixes #2130
  • Loading branch information
alvestrand committed Mar 21, 2019
1 parent da3b684 commit c5c9010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webrtc.html
Original file line number Diff line number Diff line change
Expand Up @@ -8882,7 +8882,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 c5c9010

Please sign in to comment.