Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RTCStatsReport

interface RTCStatsReport {
forEach(callbackfn: (
value: any,
key: string,
) => void
, thisArg?: any): void;
}
var RTCStatsReport: {
prototype: RTCStatsReport;
new (): RTCStatsReport;
}
;

§Methods

§
forEach(callbackfn: (
value: any,
key: string,
) => void
, thisArg?: any): void
[src]