abort

当一个资源的加载已中止时,将触发 abort事件。

译者注:这个事件只在 IE 支持,试了最新的 Chrome、FireFox、Safari 都不支持。

常规信息

规范
DOM L3
接口
UIEvent if generated from a user interface, Event otherwise.
是否冒泡
可取消默认行为
目标对象
元素(Element)
默认行为

属性

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?
view 只读 WindowProxy document.defaultView (window of the document)
detail 只读 long (float) 0.

文档标签和贡献者