Baseline Widely available
Secure context: This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.
The message
event of the MediaKeySession
interface fires when a message is generated by the content decryption module.
Use the event name in methods like addEventListener()
, or set an event handler property.
addEventListener("message", (event) => { })
onmessage = (event) => { }
Event type Event properties
MediaKeyMessageEvent.message
Read only
Returns an ArrayBuffer
with a message from the content decryption module. Messages vary by key system.
MediaKeyMessageEvent.messageType
Read only
Indicates the type of message. May be one of license-request
, license-renewal
, license-release
, or individualization-request
.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4