Skip to content

Commit

Permalink
Change RTCPeerConnectionIceErrorEventInit.statusText to errorText
Browse files Browse the repository at this point in the history
Fixes #2603
Also points out that a test exists - in the process of being merged
upstream, see Chromium PR for status:

https://chromium-review.googlesource.com/c/chromium/src/+/2555011
  • Loading branch information
alvestrand committed Nov 24, 2020
1 parent 48a9dc9 commit 535322e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions webrtc.html
Original file line number Diff line number Diff line change
Expand Up @@ -6775,7 +6775,7 @@ <h2>
</h2>
<dl data-link-for="RTCPeerConnectionIceErrorEvent" data-dfn-for=
"RTCPeerConnectionIceErrorEvent" class="constructors">
<dt>
<dt data-tests="RTCPeerConnectionIceErrorEvent.html">
<dfn>RTCPeerConnectionIceErrorEvent.constructor()</dfn>
</dt>
<dd></dd>
Expand Down Expand Up @@ -6879,7 +6879,7 @@ <h2>
unsigned short? port;
DOMString url;
required unsigned short errorCode;
USVString statusText;
USVString errorText;
};</pre>
<section>
<h2>
Expand Down Expand Up @@ -6930,7 +6930,7 @@ <h2>
</p>
</dd>
<dt data-tests="">
<dfn data-idl="">statusText</dfn> of type <span class=
<dfn data-idl="">errorText</dfn> of type <span class=
"idlMemberType">USVString</span>
</dt>
<dd>
Expand Down

0 comments on commit 535322e

Please sign in to comment.