例
获取轨道资源的当前就绪状态:
var x = document.getElementById("myTrack").readyState;
x的结果可能是:
2 // Indicates that the text track has been loaded with no errors
定义和用法
readyState属性返回轨道资源的当前就绪状态。
就绪状态表示资源准备播放与否。
注:此属性是只读的。
浏览器支持
readyState属性支持的Internet Explorer,Opera和Chrome浏览器。
注:在Firefox,Safari或Internet Explorer 9及更早版本不支持readyState属性。
句法
trackObject .readyState
技术细节
返回值: | 一个数字,代表轨道资源的准备状态:
|
---|
<跟踪对象