A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement/waitingforkey_event below:

HTMLMediaElement: waitingforkey event - Web APIs

HTMLMediaElement: waitingforkey event

Baseline 2024

Newly available

The waitingforkey 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 to HAVE_CURRENT_DATA. Otherwise, including if the data was previously available but isn't anymore, the readyState is set to HAVE_METADATA.

Syntax

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

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

onwaitingforkey = (event) => { }
Event type

An Event.

Specifications Browser compatibility See also

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4