web api instance method
RTCStatsReport: has() method
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 has().
Syntax
has(id)
Parameters
id- : A string containing the ID of a statistics object that might be present in this
RTCStatsReport.
- : A string containing the ID of a statistics object that might be present in this
Return value
true if an element with the specified id exists in the RTCStatsReport object; otherwise false.
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.