From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- .../web/api/globaleventhandlers/onabort/index.html | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 files/ja/web/api/globaleventhandlers/onabort/index.html (limited to 'files/ja/web/api/globaleventhandlers/onabort') diff --git a/files/ja/web/api/globaleventhandlers/onabort/index.html b/files/ja/web/api/globaleventhandlers/onabort/index.html new file mode 100644 index 0000000000..3f7ea11c4e --- /dev/null +++ b/files/ja/web/api/globaleventhandlers/onabort/index.html @@ -0,0 +1,30 @@ +--- +title: window.onabort +slug: Web/API/GlobalEventHandlers/onabort +tags: + - DOM + - DOM_0 + - Gecko + - Gecko DOM Reference + - NeedsUpdate + - Window + - 要更新 + - 要確認 +translation_of: Web/API/GlobalEventHandlers/onabort +--- +
+ {{ApiRef}}
+

概要

+

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

+

構文

+
window.onabort = funcRef
+
+ +

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

仕様

+

{{DOM0}} これは実際には、このハンドラが発生したときの説明になっていない。

-- cgit v1.2.3-54-g00ecf