Skip to content

Commit

Permalink
Merge pull request #2969 from jan-ivar/tojson2
Browse files Browse the repository at this point in the history
Clarify description.toJSON() returns RTCSessionDescriptionInit
  • Loading branch information
alvestrand authored May 16, 2024
2 parents 1a4a8d4 + ef54f5a commit ff28f21
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 @@ -5555,7 +5555,7 @@ <h4>
constructor(RTCSessionDescriptionInit descriptionInitDict);
readonly attribute RTCSdpType type;
readonly attribute DOMString sdp;
[Default] object toJSON();
[Default] RTCSessionDescriptionInit toJSON();
};</pre>
<section>
<h2>
Expand Down

0 comments on commit ff28f21

Please sign in to comment.