files/en-us/web/api/mediakeystatusmap/index.md
{{APIRef("Encrypted Media Extensions")}}{{SecureContext_Header}}
The MediaKeyStatusMap interface of the Encrypted Media Extensions API is a read-only map of media key statuses by key IDs.
Iterator object containing an array of [key, value] for each element in the status map, in insertion order.callback once for each key-value pair in the status map, in insertion order. If argument is present it will be passed to the callback.undefined if there is none.Iterator object containing keys for each element in the status map, in insertion order.Iterator object containing values for each element in the status map, in insertion order.MediaKeyStatusMap[Symbol.iterator]() {{ReadOnlyInline}}
Iterator object containing an array of [key, value] for each element in the status map, in insertion order.{{Specifications}}
{{Compat}}