interface RTCStatsReport { forEach(callbackfn: ((value: any,
key: string,
parent: RTCStatsReport) => void),
thisArg?: any): void; } 方法
forEach
- forEach(callbackfn, thisArg?): void
参数
- callbackfn: ((value: any, key: string, parent: RTCStatsReport) => void)
- (value, key, parent): void
返回 void
可选thisArg: any
返回 void