diff options
Diffstat (limited to 'files/ru/web/api/rtcpeerconnection/currentlocaldescription/index.html')
-rw-r--r-- | files/ru/web/api/rtcpeerconnection/currentlocaldescription/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ru/web/api/rtcpeerconnection/currentlocaldescription/index.html b/files/ru/web/api/rtcpeerconnection/currentlocaldescription/index.html index 054c4b49c5..46b579d864 100644 --- a/files/ru/web/api/rtcpeerconnection/currentlocaldescription/index.html +++ b/files/ru/web/api/rtcpeerconnection/currentlocaldescription/index.html @@ -46,7 +46,7 @@ else { -<p>{{Compat("api.RTCPeerConnection.currentLocalDescription")}}</p> +<p>{{Compat}}</p> <div class="note"> <p>The addition of <code>currentLocalDescription</code> and {{domxref("RTCPeerConnection.pendingLocalDescription", "pendingLocalDescription")}} to the WebRTC spec is relatively recent. In browsers which don't support them, just use {{domxref("RTCPeerConnection.localDescription", "localDescription")}}.</p> |