A RetroSearch Logo

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

Search Query:

Showing content from http://developer.mozilla.org/en-US/docs/Web/API/HTMLTrackElement/readyState below:

HTMLTrackElement: readyState property - Web APIs

HTMLTrackElement: readyState property

Baseline Widely available

The readyState read-only property of the HTMLTrackElement interface returns a number representing the <track> element's text track readiness state:

  1. NONE: The text track not loaded state.
  2. LOADING: The text track loading state.
  3. LOADED: The text track loaded state.
  4. ERROR: The text track failed to load state.
Value

A number; 0, 1, 2, or 3.

Example
const trackElement = document.getElementById("exampleTrack");
console.log(trackElement.readyState); // 0, 1, 2, or 3
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