mirror of
https://github.com/videojs/video.js.git
synced 2025-07-03 00:57:02 +02:00
@dmlap Add network and ready state properties. closes #1854
This commit is contained in:
@ -281,7 +281,7 @@ vjs.Html5.prototype.playbackRate = function(){ return this.el_.playbackRate; };
|
||||
vjs.Html5.prototype.setPlaybackRate = function(val){ this.el_.playbackRate = val; };
|
||||
|
||||
vjs.Html5.prototype.networkState = function(){ return this.el_.networkState; };
|
||||
|
||||
vjs.Html5.prototype.readyState = function(){ return this.el_.readyState; };
|
||||
|
||||
/**
|
||||
* Check if HTML5 video is supported by this browser/device
|
||||
|
Reference in New Issue
Block a user