Web/API/MediaKeyMessageEvent/MediaKeyMessageEvent

From Get docs

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-requestlicense-renewallicense-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

Update compatibility data on GitHub

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari Android webview Chrome for Android Firefox for Android Opera for Android Safari on iOS Samsung Internet

MediaKeyMessageEvent() constructor

Experimental'

Chrome

Full support 42

Edge

Full support ≤18

Firefox

?

IE

No support No

Opera

?

Safari

?

WebView Android

No support No

Chrome Android

Full support 42

Firefox 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.