MediaKeyStatusMap
The MediaKeyStatusMap
interface of the Encrypted Media Extensions API is a read-only map of media key statuses by key IDs. Available only in secure contexts.
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The get()
method of the MediaKeyStatusMap interface returns the status value associated with the given key, or undefined
if there is none.
Link copied to clipboard
The has()
method of the whether a value has been associated with the given key.
Link copied to clipboard
Link copied to clipboard