MediaKeyMessageEvent()

Non-standard
This feature is non-standard and is not on a standards track. Do not use it on production sites facing the Web: it will not work for every user. There may also be large incompatibilities between implementations and the behavior may change in the future.

The MediaKeyMessageEvent constructor creates a new MediaKeyMessageEvent object which creates a new instance of MediaKeyMessageEvent.

Syntax

var mediaKeyMessageEvent = new MediaKeyMessageEvent(typeArg, options)

Parameters

typeArg
A DOMString containing one of May be one of license-request, license-renewal, license-renewal, or individualization-request.
options
Options are as follows:
  • messageType: A developer-defined message type that allows applications to differentiate messages without parsing them.
  • message: An array containing the message generated by the content decryption module.

Browser Compatibility

DesktopMobile
ChromeEdgeFirefoxInternet ExplorerOperaSafariAndroid webviewChrome for AndroidFirefox for AndroidOpera for AndroidSafari on iOSSamsung Internet
MediaKeyMessageEvent() constructor
Experimental
Chrome Full support 42Edge Full support ≤18Firefox ? IE ? Opera ? Safari ? WebView Android No support NoChrome Android Full support 42Firefox Android ? Opera Android ? Safari iOS ? Samsung Internet Android Full support 4.0

Legend

Full support
Full support
No support
No support
Compatibility unknown
Compatibility unknown
Experimental. Expect behavior to change in the future.
Experimental. Expect behavior to change in the future.