message | event

Fired when the CDM has generated a message for the session.

Syntax

Event Property object. = handler;
addEventListener Method object.addEventListener("message", handler, useCapture)

 

Event information

SynchronousNo
BubblesNo
CancelableNo

 

Event handler parameters

pEvtObj [in]

Type: MediaKeyMessageEvent

Standards information

Remarks

As of Microsoft Edge, this event is supported. For more information on EME implementation updates in Microsoft Edge, see Encrypted Media Extensions updates.

See also

MediaKeySession

 

 

Show: