Constructor
new MediaKeyStatusMap()
An implementation of MediaKeyStatusMap. This fakes a map with a single key ID.
- Implements:
 - MediaKeyStatusMap
 
- Source:
 - To Do:
 - 
        
- Consolidate the MediaKeyStatusMap types in these polyfills.
 
 
Members
status_ :string|undefined
Type:
- string | undefined
 
Methods
entries()
forEach()
get()
getStatus() → {string|undefined}
    An internal method used by the session to get key status.
Returns:
- Type
 - string | undefined
 
has()
keys()
setStatus(status)
    An internal method used by the session to set key status.
    Parameters:
| Name | Type | Description | 
|---|---|---|
status | 
            
            string | undefined |