Please note, this is a STATIC archive of website developer.mozilla.org from 03 Nov 2016, cach3.com does not collect or store any user information, there is no "phishing" involved.

DOMLinkAdded

当把一个<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?

文档标签和贡献者

 此页面的贡献者: ziyunfei
 最后编辑者: ziyunfei,