Firefox Tomorrow

web api instance property

BufferedChangeEvent: addedRanges property

View on MDN ↗

Available in workersLimited availability

The addedRanges read-only property of the BufferedChangeEvent interface returns a TimeRanges object representing the time ranges that were added to the associated ManagedSourceBuffer. These are the ranges added between the last updatestart and updateend events, during the most recent run of the coded frame processing algorithm.

Value

A TimeRanges object.

Examples

See the main BufferedChangeEvent page for an example showing the use of addedRanges.

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.

See also