Liking cljdoc? Tell your friends :D

web.media.MediaKeyMessageEvent

The MediaKeyMessageEvent interface of the EncryptedMediaExtensions contains the content and related data when the content decryption generates a message for the session.

The MediaKeyMessageEvent interface of the EncryptedMediaExtensions
contains the content and related data when the content decryption
generates a message for the session.
raw docstring

constructorcljs

Constructor.

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

typeArg A web.dom.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.

See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaKeyMessageEvent/MediaKeyMessageEvent

Constructor.

The MediaKeyMessageEvent constructor creates a new `web.media.MediaKeyMessageEvent` object which creates a new instance of MediaKeyMessageEvent.

typeArg
A `web.dom.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.

See also: `https://developer.mozilla.org/en-US/docs/Web/API/MediaKeyMessageEvent/MediaKeyMessageEvent`
sourceraw docstring

messagecljs

(message this)

Property.

The MediaKeyMessageEvent.message read-only property returns an with a message from the content decryption module. Messages vary key system.

var messageType = mediaKeyMessageEvent.messageType;

See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaKeyMessageEvent/message

Property.

The MediaKeyMessageEvent.message read-only property returns an
with a message from the content decryption module. Messages vary
key system.

`var messageType = mediaKeyMessageEvent.messageType;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/MediaKeyMessageEvent/message`
sourceraw docstring

message-typecljs

(message-type this)

Property.

The MediaKeyMessageEvent.messageType read-only property indicates type of message. It may be one of license-request, license-renewal, or individualization-request.

var messageType = mediaKeyMessageEvent.messageType;

See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaKeyMessageEvent/messageType

Property.

The MediaKeyMessageEvent.messageType read-only property indicates
type of message. It may be one of license-request, license-renewal,
or individualization-request.

`var messageType = mediaKeyMessageEvent.messageType;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/MediaKeyMessageEvent/messageType`
sourceraw docstring

set-message!cljs

(set-message! this val)

Property.

The MediaKeyMessageEvent.message read-only property returns an with a message from the content decryption module. Messages vary key system.

var messageType = mediaKeyMessageEvent.messageType;

See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaKeyMessageEvent/message

Property.

The MediaKeyMessageEvent.message read-only property returns an
with a message from the content decryption module. Messages vary
key system.

`var messageType = mediaKeyMessageEvent.messageType;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/MediaKeyMessageEvent/message`
sourceraw docstring

set-message-type!cljs

(set-message-type! this val)

Property.

The MediaKeyMessageEvent.messageType read-only property indicates type of message. It may be one of license-request, license-renewal, or individualization-request.

var messageType = mediaKeyMessageEvent.messageType;

See also: https://developer.mozilla.org/en-US/docs/Web/API/MediaKeyMessageEvent/messageType

Property.

The MediaKeyMessageEvent.messageType read-only property indicates
type of message. It may be one of license-request, license-renewal,
or individualization-request.

`var messageType = mediaKeyMessageEvent.messageType;`

See also: `https://developer.mozilla.org/en-US/docs/Web/API/MediaKeyMessageEvent/messageType`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close