Skip to content

Commit 05d445f

Browse files
committed
rtcsessiondescription: attributes are not mutable
removes text which claims the attributes were mutable for legacy reasons. Fixes w3c#1242
1 parent cc8d80f commit 05d445f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

webrtc.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -3602,8 +3602,7 @@ <h4><dfn>RTCSdpType</dfn></h4>
36023602
<h4><dfn>RTCSessionDescription</dfn> Class</h4>
36033603
<p>The <code>RTCSessionDescription</code> class is used by
36043604
<code><a>RTCPeerConnection</a></code> to expose local and remote
3605-
session descriptions. Attributes on this interface are mutable for
3606-
legacy reasons.</p>
3605+
session descriptions.</p>
36073606
<div>
36083607
<pre class="idl">
36093608
[ Constructor (RTCSessionDescriptionInit descriptionInitDict)]

0 commit comments

Comments
 (0)