readyState property
Gets the current state of the track resource.
This property is read-only.
![]() |
Syntax
var state = textTrack.readyState;
Property values
Type: ReadyState
The current state of the track resource.
Returns one of the following:
| Value | Condition |
|---|---|
|
No information is available. |
|
The text track is loading. |
|
The text track is loaded and ready to use. |
|
The text track didn't load. |
See also
Show:
