如何获取匹配字节(范围)的实际下载情况(音频/视频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.
});
仅基于如何请求范围,而不基于如何获取当前值。