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
- for
Each (callbackfn, thisArg?): void Parameters
- callbackfn: ((value: any, key: string, parent: RTCStatsReport) => void)
- (value, key, parent): void
Parameters
- value: any
- key: string
- parent: RTCStatsReport
Returns void
Optional
thisArg: any
Returns void
- callbackfn: ((value: any, key: string, parent: RTCStatsReport) => void)