A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://developer.mozilla.org/en-US/docs/Web/API/MediaKeySession/message_event below:

MediaKeySession: message event - Web APIs

MediaKeySession: message event

Baseline Widely available

Secure context: This feature is available only in secure contexts (HTTPS), in some or all supporting browsers.

The message event of the MediaKeySession interface fires when a message is generated by the content decryption module.

Syntax

Use the event name in methods like addEventListener(), or set an event handler property.

addEventListener("message", (event) => { })

onmessage = (event) => { }
Event type Event properties
MediaKeyMessageEvent.message Read only

Returns an ArrayBuffer with a message from the content decryption module. Messages vary by key system.

MediaKeyMessageEvent.messageType Read only

Indicates the type of message. May be one of license-request, license-renewal, license-release, or individualization-request.

Specifications Browser compatibility

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4