keystatuseschange event
Fired when there has been a change in the keys in the session or their status.
Syntax
| Event Property | object.keystatuseschange = handler; |
|---|---|
| addEventListener Method | object.addEventListener("keystatuseschange", handler, useCapture) |
Event information
| Synchronous | No |
|---|---|
| Bubbles | No |
| Cancelable | No |
Event handler parameters
- pEvtObj [in]
-
Type: Event
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: