web api event
MediaKeySession: keystatuseschange event
Secure context
The keystatuseschange event of the MediaKeySession API fires when there has been a change in the keys or their statuses within a session.
Syntax
Use the event name in methods like addEventListener(), or set an event handler property.
addEventListener("keystatuseschange", (event) => { })
onkeystatuseschange = (event) => { }
Event type
An ExtendableEvent. Inherits from Event.
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.