mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Use draft spec links
This commit is contained in:
parent
7761243100
commit
b7e2e79e53
4 changed files with 18 additions and 18 deletions
|
@ -57,12 +57,12 @@ impl RTCSessionDescription {
|
|||
}
|
||||
|
||||
impl RTCSessionDescriptionMethods for RTCSessionDescription {
|
||||
/// https://www.w3.org/TR/webrtc/#dom-rtcsessiondescription-type
|
||||
/// https://w3c.github.io/webrtc-pc/#dom-rtcsessiondescription-type
|
||||
fn Type(&self) -> RTCSdpType {
|
||||
self.ty
|
||||
}
|
||||
|
||||
/// https://www.w3.org/TR/webrtc/#dom-rtcsessiondescription-sdp
|
||||
/// https://w3c.github.io/webrtc-pc/#dom-rtcsessiondescription-sdp
|
||||
fn Sdp(&self) -> DOMString {
|
||||
self.sdp.clone()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue