HTMLMediaElement: waitingforkey event - Web APIs | MDN

Syntax

Use the event name in methods like addEventListener(), or set an event handler property.

js

addEventListener("waitingforkey", (event) => { })

onwaitingforkey = (event) => { }

Event type

An Event.

Specifications

Specification
Encrypted Media Extensions
# dom-htmlmediaelement-onwaitingforkey

Browser compatibility

See also

Help improve MDN

Learn how to contribute

This page was last modified on by MDN contributors.