Interface RTCStatsReport
interface RTCStatsReport {
forEach(
callbackfn: (value: any, key: string, parent: RTCStatsReport) => void,
thisArg?: any,
): void;
}
forEach(
callbackfn: (value: any, key: string, parent: RTCStatsReport) => void,
thisArg?: any,
): void;
}
Index
Methods
Methods
forEach
- forEach(
callbackfn: (value: any, key: string, parent: RTCStatsReport) => void,
thisArg?: any,
): void Parameters
- callbackfn: (value: any, key: string, parent: RTCStatsReport) => void
Optional
thisArg: any
Returns void