HTMLMediaElement: mediaKeys property
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2019.
Secure context: This feature is available only insecure contexts (HTTPS), in some or allsupporting browsers.
The read-onlyHTMLMediaElement.mediaKeys property returns aMediaKeys object, that is a set of keys that the element can use for decryption of media data during playback.
In this article
Value
AMediaKeys object, ornull if no key is available.
Specifications
| Specification |
|---|
| Encrypted Media Extensions> # dom-htmlmediaelement-mediakeys> |