Interface MediaKeyStatusMap
Properties
Readonly
size
size: number
Methods
forEach
- forEach(callbackfn, thisArg?): void
Parameters
- callbackfn: Object
Optional
thisArg: any
Returns void
get
- get(keyId): MediaKeyStatus
has
- has(keyId): boolean
Returns boolean
This EncryptedMediaExtensions API interface is a read-only map of media key statuses by key IDs. Available only in secure contexts.
MDN Reference