JavaScript 参考手册
onsuspend 事件
在浏览器读取媒体数据中止时执行 JavaScript
源代码:
点击运行 »
<video onsuspend="myFunction()">
运行结果:
点击运行 »