Movatterモバイル変換


[0]ホーム

URL:


  1. Web
  2. Web APIs
  3. HTMLMediaElement
  4. waitingforkey

HTMLMediaElement: waitingforkey event

Baseline 2024
Newly available

Since ⁨November 2024⁩, this feature works across the latest devices and browser versions. This feature might not work in older devices or browsers.

Thewaitingforkey event is fired at a media element when it is first unable to play because it needs a key to decode the following data, and playback is stopped.

If the video frame and/or audio data for the current playback position have been decoded,readyState is set toHAVE_CURRENT_DATA.Otherwise, including if the data was previously available but isn't anymore, thereadyState is set toHAVE_METADATA.

Syntax

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

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

Event type

AnEvent.

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 byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp