MediaKeyMessageEvent
Secure context: This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.
The MediaKeyMessageEvent interface of the Encrypted Media Extensions API contains the content and related data when the content decryption module generates a message for the session.
Constructor
MediaKeyMessageEvent()-
Creates a new instance of
MediaKeyMessageEvent.
Instance 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.
Instance methods
Inherits methods from its parent, Event.
Examples
js
// TBD
Specifications
| Specification |
|---|
| Encrypted Media Extensions # mediakeymessageevent |
Browser compatibility
BCD tables only load in the browser