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.

GlobalEventHandlers.onabort

这篇翻译不完整。请帮忙从英语翻译这篇文章

摘要

一个处理发送到window的中断事件的事件处理。 (Firefox 2 和Safari不可用)

要定义什么是“abort”。通过窗口管理关掉窗口么?停止页面的加载?有什么意图和理由(用户,网络还是服务器?在哪一步被发起或被捕获?对于IE浏览器,onabort只对标签img可用。

语法

window.onabort =funcRef
  • funcRef: Reference to a function

例子

window.onabort = function() {
  alert("Load aborted.");
}

规范

Specification Status Comment
WHATWG HTML Living Standard
onabort
Living Standard  

文档标签和贡献者

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