MediaKeySession: message event
The message event of the
MediaKeySession interface fires when a message is generated by the
content decryption module.
Syntax
Use the event name in methods like addEventListener(), or set an event handler property.
js
addEventListener("message", (event) => {});
onmessage = (event) => {};
Event type
A MediaKeyMessageEvent. Inherits from Event.
Event properties
MediaKeyMessageEvent.messageRead only-
Returns an
ArrayBufferwith a message from the content decryption module. Messages vary by key system. MediaKeyMessageEvent.messageTypeRead only-
Indicates the type of message. May be one of
license-request,license-renewal,license-release, orindividualization-request.
Specifications
| Specification |
|---|
| Encrypted Media Extensions # dom-mediakeysession-onmessage |
Browser compatibility
BCD tables only load in the browser