The onended
property of the GlobalEventHandlers
mixin is the EventHandler
for processing ended
events.
The ended
event is fired when playback has stopped because the end of the media was reached.
语法
element.onended = handlerFunction; var handlerFunction = element.onended;
handlerFunction
可以为 null
或者具体的事件响应函数。
规范
Specification | Status | Comment |
---|---|---|
HTML Living Standard onended |
Living Standard |
浏览器兼容性
BCD tables only load in the browser