这篇翻译不完整。请帮忙从英语翻译这篇文章。
playing
事件,当播放准备开始时(之前被暂停或者由于数据缺乏被暂缓)被触发
基本信息
- 规范
- 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. |