web api interface
MediaKeyMessageEvent
Secure context
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.
- : Creates a new instance of
Instance properties
Inherits properties from its parent, Event.
messageRead only- : Returns an
ArrayBufferwith a message from the content decryption module. Messages vary by key system.
- : Returns an
messageTypeRead only- : Indicates the type of message. May be one of
license-request,license-renewal,license-release, orindividualization-request.
- : Indicates the type of message. May be one of
Instance methods
Inherits methods from its parent, Event.
Examples
// TBD
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.