这篇文章需要技术复核。如何帮忙。
这篇文章需要文法复核。如何帮忙。
load事件是在当一个资源和与其依赖资源加载完成后触发的。
常规信息
- 规范
- DOM L3
- 接口
- UIEvent
- 是否冒泡
- 否
- 能否取消默认行为
- 否
- 目标
- Document, Element
- 默认行为
- 无.
属性
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? |
view 只读 |
WindowProxy |
document.defaultView (window of the document) |
detail 只读 |
long (float ) |
0. |