Firefox Tomorrow

web api interface

MediaKeyMessageEvent

View on MDN ↗

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

Instance properties

Inherits properties from its parent, Event.

  • message Read only
    • : Returns an ArrayBuffer with a message from the content decryption module. Messages vary by key system.
  • messageType Read only
    • : Indicates the type of message. May be one of license-request, license-renewal, license-release, or individualization-request.

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.