JavaScript 参考手册
Track readyState 属性
获取轨道资源的当前就绪状态
源代码:
点击运行 »
var x = document.getElementById("myTrack").readyState; 2 // 文本轨道已经被加载,没有错误
运行结果:
点击运行 »