closed property
The closed
read-only property of the MediaKeySession interface
returns a Promise
signaling when a MediaKeySession closes.
This promise can only be fulfilled and is never rejected.
Closing a session means that licenses and keys associated with it are no
longer valid for decrypting media data.
Implementation
external JSPromise<JSString> get closed;