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.
addEventListener('message', event => { });
onmessage = event => { };
Event type
An MediaKeyMessageEvent. Inherits from Event.
Event properties
Inherits properties from its parent, Event.
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
No specification found
No specification data found for api.MediaKeySession.message_event.
Check for problems with this page or contribute a missing spec_url to mdn/browser-compat-data. Also make sure the specification is included in w3c/browser-specs.
Browser compatibility
No compatibility data found for api.MediaKeySession.message_event.
Check for problems with this page or contribute missing data to mdn/browser-compat-data.