例
獲取軌道資源的當前就緒狀態:
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
技術細節
返回值: | 一個數字,代表軌道資源的準備狀態:
|
---|
<跟踪對象