当把一个<link>
元素插入到文档中的时候,会触发DOMLinkAdded
事件.
基本信息
- 规范
- 附加组件私有
- 接口
- Event
- 是否冒泡
- 是
- 能否取消默认行为
- 能
- 目标
- window, browser
- 默认行为
- 无
属性
Property | Type | Description |
---|---|---|
target 只读 |
EventTarget |
The event target (the topmost target in the DOM tree). |
type 只读 |
DOMString |
The type of event. |
bubbles 只读 |
boolean |
Does the event normally bubble? |
cancelable 只读 |
boolean |
Is it possible to cancel the event? |