HTMLMediaElement: loadeddata
loadeddata
事件在第一帧数据加载完成后触发。
基本信息
- 规范
- HTML5 media
- 接口
- Event
- 冒泡
- No
- 可取消
- No
- 目标
- Element
- 默认行为
- None.
Properties
Property | Type | Description |
---|---|---|
target 只读 |
EventTarget |
The event target (the topmost target in the DOM tree). |
type 只读 |
DOMString |
The type of event. |
bubbles 只读 |
Boolean |
Whether the event normally bubbles or not. |
cancelable 只读 |
Boolean |
Whether the event is cancellable or not. |
Related Events
playing (en-US)
waiting (en-US)
seeking (en-US)
seeked (en-US)
ended (en-US)
loadedmetadata (en-US)
loadeddata (en-US)
canplay (en-US)
canplaythrough (en-US)
durationchange (en-US)
timeupdate (en-US)
play (en-US)
pause (en-US)
ratechange (en-US)
volumechange (en-US)
suspend (en-US)
emptied (en-US)
stalled (en-US)