mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Add RTCSessionDescription::ToJSON
This commit is contained in:
parent
0d9f538561
commit
ab04f0429b
2 changed files with 17 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
interface RTCSessionDescription {
|
||||
readonly attribute RTCSdpType type;
|
||||
readonly attribute DOMString sdp;
|
||||
// [Default] object toJSON();
|
||||
[Default] object toJSON();
|
||||
};
|
||||
|
||||
dictionary RTCSessionDescriptionInit {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue