From 2958ec7e85c9a1182cd81728e3705948a2c39d71 Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Fri, 28 May 2021 11:58:24 -0700 Subject: replace some domxref macro calls with event macro calls (#1016) --- files/ja/web/api/windoweventhandlers/onunhandledrejection/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'files/ja/web/api/windoweventhandlers/onunhandledrejection') diff --git a/files/ja/web/api/windoweventhandlers/onunhandledrejection/index.html b/files/ja/web/api/windoweventhandlers/onunhandledrejection/index.html index 5c4f100cec..15334441cc 100644 --- a/files/ja/web/api/windoweventhandlers/onunhandledrejection/index.html +++ b/files/ja/web/api/windoweventhandlers/onunhandledrejection/index.html @@ -15,7 +15,7 @@ translation_of: Web/API/WindowEventHandlers/onunhandledrejection ---
{{APIRef}}
-

{{domxref("WindowEventHandlers")}} ミックスインの onunhandledrejection プロパティは、{{event("unhandledrejection")}} イベントを処理するための {{domxref("EventHandler")}} です。 このイベントは、処理されなかった {{jsxref("Promise")}} 拒否に対して発生します。

+

{{domxref("WindowEventHandlers")}} ミックスインの onunhandledrejection プロパティは、{{event("unhandledrejection")}} イベントを処理するための {{event("Event_handlers")}} です。 このイベントは、処理されなかった {{jsxref("Promise")}} 拒否に対して発生します。

構文

@@ -23,7 +23,7 @@ translation_of: Web/API/WindowEventHandlers/onunhandledrejection

-

function は、ウィンドウが unhandledrejection イベントを受け取ったときに呼び出す {{domxref("EventHandler")}} または関数です。 イベントハンドラは、{{domxref("PromiseRejectionEvent")}} を入力パラメーターとして受け取ります。

+

function は、ウィンドウが unhandledrejection イベントを受け取ったときに呼び出す {{event("Event_handlers")}} または関数です。 イベントハンドラは、{{domxref("PromiseRejectionEvent")}} を入力パラメーターとして受け取ります。

-- cgit v1.2.3-54-g00ecf