Skip to content

Commit

Permalink
Merge pull request #2546 from w3c/fix-event-types
Browse files Browse the repository at this point in the history
Fix type of events in datachannel description
  • Loading branch information
aboba committed Jun 25, 2020
2 parents 61ab40b + 0b6d29b commit 2b56445
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions webrtc.html
Expand Up @@ -9895,11 +9895,11 @@ <h2>Attributes</h2>
<dt><dfn data-idl>onclosing</dfn> of type <span class=
"idlAttrType">EventHandler</span></dt>
<dd><p>The event type of this event handler is
{{Event}}.</p></dd>
{{closing}}.</p></dd>
<dt><dfn data-idl>onclose</dfn> of type <span class=
"idlAttrType">EventHandler</span></dt>
<dd><p>The event type of this event handler is
{{Event}}.</p></dd>
<dd data-link-for=""><p>The event type of this event handler is
{{close}}.</p></dd>
<dt data-tests="RTCDataChannel-send.html,datachannel-emptystring.html"><dfn data-idl>onmessage</dfn> of type <span class=
"idlAttrType">EventHandler</span></dt>
<dd><p>The event type of this event handler is
Expand Down

0 comments on commit 2b56445

Please sign in to comment.