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.

window.onabort

概要

ウィンドウに中断イベントを送ったときのイベントハンドラです。

構文

window.onabort = funcRef
  • funcRef : 関数への参照

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

仕様

DOM Level 0。どの標準にも属しません。 これは実際には、このハンドラが発生したときの説明になっていない。

ドキュメントのタグと貢献者

 このページの貢献者: teoli, khalid32, ethertank, Potappo
 最終更新者: khalid32,