Firefox Tomorrow

web api instance method

MediaKeyStatusMap: entries() method

View on MDN ↗

The entries() method of the MediaKeyStatusMap interface returns a new Iterator object, containing an array of [key, value] pairs for each element in the status map, in insertion order.

Syntax

entries()

Parameters

None.

Return value

A new Iterator object. Each element in the Iterator is an array containing a key and a value.

Exceptions

Specifications

SpecificationsStandards references are available on the canonical MDN page.

Browser compatibility

Browser compatibilityCompatibility data is available on the canonical MDN page.