Baseline Widely available
The readyState
read-only property of the HTMLTrackElement
interface returns a number representing the <track>
element's text track readiness state:
A number; 0
, 1
, 2
, or 3
.
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