From 05a7219ba9605649cb6daa281e26209eaa73adf0 Mon Sep 17 00:00:00 2001 From: Ryan Johnson Date: Fri, 28 May 2021 12:36:36 -0700 Subject: fix MacroWrongXRefError flaws for some domxref calls (#1018) --- files/ja/web/api/windoweventhandlers/onunhandledrejection/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'files/ja/web/api/windoweventhandlers/onunhandledrejection/index.html') diff --git a/files/ja/web/api/windoweventhandlers/onunhandledrejection/index.html b/files/ja/web/api/windoweventhandlers/onunhandledrejection/index.html index 5c4f100cec..60742cc718 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", "event handler")}} です。 このイベントは、処理されなかった {{jsxref("Promise")}} 拒否に対して発生します。

構文

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

-

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

+

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

-- cgit v1.2.3-54-g00ecf