mirror of
https://github.com/servo/servo
synced 2026-05-05 06:32:13 +02:00
Add RTCIceCandidate::ToJSON
This commit is contained in:
@@ -22,7 +22,7 @@ interface RTCIceCandidate {
|
||||
// readonly attribute DOMString? relatedAddress;
|
||||
// readonly attribute unsigned short? relatedPort;
|
||||
readonly attribute DOMString? usernameFragment;
|
||||
// RTCIceCandidateInit toJSON();
|
||||
RTCIceCandidateInit toJSON();
|
||||
};
|
||||
|
||||
dictionary RTCIceCandidateInit {
|
||||
|
||||
Reference in New Issue
Block a user