mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-06-23 09:41: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:
@ -53,8 +53,6 @@ dictionary RTCInboundRTPStreamStats : RTCRTPStreamStats {
|
||||
unsigned long long bytesReceived;
|
||||
double jitter;
|
||||
unsigned long packetsLost;
|
||||
long mozAvSyncDelay;
|
||||
long mozJitterBufferDelay;
|
||||
long roundTripTime;
|
||||
|
||||
// Video decoder measurement, not present in RTCP case
|
||||
@ -154,7 +152,6 @@ dictionary RTCIceCandidateStats : RTCStats {
|
||||
DOMString candidateId;
|
||||
DOMString ipAddress;
|
||||
DOMString transport;
|
||||
DOMString mozLocalTransport; // needs standardization
|
||||
long portNumber;
|
||||
RTCStatsIceCandidateType candidateType;
|
||||
};
|
||||
@ -200,6 +197,4 @@ dictionary RTCStatsReportInternal {
|
||||
JSImplementation="@mozilla.org/dom/rtcstatsreport;1"]
|
||||
interface RTCStatsReport {
|
||||
readonly maplike<DOMString, object>;
|
||||
[ChromeOnly]
|
||||
readonly attribute DOMString mozPcid;
|
||||
};
|
||||
|
Reference in New Issue
Block a user