closed property
Signals when a MediaKeySession object closes.
This property is read-only.
Syntax
| JavaScript |
|---|
closed = object.closed |
Property values
Type: Promise<void>
A promise signaling when a MediaKeySession object closes.
Standards information
Remarks
As of Microsoft Edge, this property is supported. For more information on EME implementation updates in Microsoft Edge, see Encrypted Media Extensions updates.
This promise can only be fulfilled. It is never rejected.
See also
Show: