A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developer.mozilla.org/en-US/docs/Web/API/RTCStatsReport/get below:

RTCStatsReport: get() method - Web APIs

RTCStatsReport: get() method

Baseline Widely available

The get() method of the RTCStatsReport interface returns a specified element from an RTCStatsReport.

Elements in the RTCStatsReport are identified by unique id values, which represent the monitored statistics objects from which the statistics are derived. The element returned will be an instance of one of the statistics dictionary objects, and it will contain statistics for the object with the given id. The fetched value is a reference to the statistics dictionary, and any change made to that object will effectively modify it inside the RTCStatsReport object.

The method is otherwise the same as Map.prototype.get().

Syntax Parameters
id

A string indicating the ID of the element to return from the RTCStatsReport object. IDs are unique strings that identify the monitored object from which the corresponding statistics are derived.

Return value

The element associated with the specified id key, or undefined if the key can't be found in the Map object.

Specifications Browser compatibility See also

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.3