mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-23 17:51:33 +00:00
Purge a number of Mozilla-specific WebIDL
Did a bunch of grepping for `moz*` and searched for "moz" in rustdoc, deleting anything that looked mozilla-specific. Now there's nothing left with the "moz" prefix in rustdoc!
This commit is contained in:
@ -8,22 +8,3 @@
|
||||
* The declaration of each should match the declaration of the real, unprefixed
|
||||
* interface. These aliases will be removed at some point (Bug 1155923).
|
||||
*/
|
||||
|
||||
[Deprecated="WebrtcDeprecatedPrefix",
|
||||
Pref="media.peerconnection.enabled",
|
||||
JSImplementation="@mozilla.org/dom/rtcicecandidate;1",
|
||||
Constructor(optional RTCIceCandidateInit candidateInitDict)]
|
||||
interface mozRTCIceCandidate : RTCIceCandidate {};
|
||||
|
||||
[Deprecated="WebrtcDeprecatedPrefix",
|
||||
Pref="media.peerconnection.enabled",
|
||||
JSImplementation="@mozilla.org/dom/peerconnection;1",
|
||||
Constructor (optional RTCConfiguration configuration,
|
||||
optional object? constraints)]
|
||||
interface mozRTCPeerConnection : RTCPeerConnection {};
|
||||
|
||||
[Deprecated="WebrtcDeprecatedPrefix",
|
||||
Pref="media.peerconnection.enabled",
|
||||
JSImplementation="@mozilla.org/dom/rtcsessiondescription;1",
|
||||
Constructor(optional RTCSessionDescriptionInit descriptionInitDict)]
|
||||
interface mozRTCSessionDescription : RTCSessionDescription {};
|
||||
|
Reference in New Issue
Block a user