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
| Synchronous | No |
|---|---|
| Bubbles | No |
| Cancelable | No |
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
Show: