Firefox Tomorrow

web api instance property

RTCStatsReport: size property

View on MDN ↗

The size read-only property of the RTCStatsReport interface returns the number of items in the current report.

Note that each item consists of a key-value pair, where the keys are unique id values for monitored statistics objects from which the statistics are derived, and the associated values are statistics dictionary objects.

This property is otherwise the same as size.

Value

An integer indicating the number of items in this report. The value is zero if the report is empty.

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.

See also