MediaKeySession.closed
The MediaKeySession.closed
read-only property 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.
Syntax
var promise = mediaKeySessionObj.closed;
Value
A Promise
.
Specifications
Specification |
---|
Encrypted Media Extensions # dom-mediakeysession-closed |
Browser compatibility
Desktop | Mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | WebView Android | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | |
closed |
42 |
13 |
38 |
No |
Yes |
12.1 |
43 |
42 |
38 |
Yes |
12.2 |
4.0 |
© 2005–2021 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/MediaKeySession/closed