The has()
method of the RTCStatsReport
interface returns a boolean indicating whether a report contains a statistics dictionary with the specified id.
The method is otherwise the same as Map.prototype.has()
.
The has()
method of the RTCStatsReport
interface returns a boolean indicating whether a report contains a statistics dictionary with the specified id.
The method is otherwise the same as Map.prototype.has()
.
js
has(id)
id
A string containing the ID of a statistics object that might be present in this RTCStatsReport
.
true
if an element with the specified id
exists in the RTCStatsReport
object; otherwise false
.
Desktop | Mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | WebView Android | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | |
has |
58 | 79 | 27 | No | 45 | 11 | 58 | 58 | 27 | 43 | 11 | 7.0 |
© 2005–2023 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/RTCStatsReport/has