获取下载的字节范围已安装事件JS

时间:2019-02-21 15:47:52

标签: javascript jquery ajax

如何获取匹配字节(范围)的实际下载情况(音频/视频src)onstalled事件。

要清楚,我是在谈论HTTP Range Requests

$("video").on("stalled", function() {

// ?
// completely no idea,
// google not helping,
// found only on how to request a range (with jQuery AJAX), 
// but not on how to get the current.

});

仅基于如何请求范围,而不基于如何获取当前值。

0 个答案:

没有答案