diff options
Diffstat (limited to 'files/ja/web/api/windoweventhandlers/onrejectionhandled/index.html')
-rw-r--r-- | files/ja/web/api/windoweventhandlers/onrejectionhandled/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/files/ja/web/api/windoweventhandlers/onrejectionhandled/index.html b/files/ja/web/api/windoweventhandlers/onrejectionhandled/index.html index c2bdf26513..5516119fce 100644 --- a/files/ja/web/api/windoweventhandlers/onrejectionhandled/index.html +++ b/files/ja/web/api/windoweventhandlers/onrejectionhandled/index.html @@ -16,7 +16,7 @@ translation_of: Web/API/WindowEventHandlers/onrejectionhandled --- <div>{{APIRef}}</div> -<p><span class="seoSummary">{{domxref("WindowEventHandlers")}} ミックスインの <strong><code>onrejectionhandled</code></strong> プロパティは、{{event("rejectionhandled")}} イベントを処理するための {{domxref("EventHandler")}} です。 このイベントは、{{jsxref("Promise")}} が拒否されたときに発生します。</span></p> +<p><span class="seoSummary">{{domxref("WindowEventHandlers")}} ミックスインの <strong><code>onrejectionhandled</code></strong> プロパティは、{{event("rejectionhandled")}} イベントを処理するための {{event("Event_handlers", "event handler")}} です。 このイベントは、{{jsxref("Promise")}} が拒否されたときに発生します。</span></p> <h2 id="Syntax" name="Syntax">構文</h2> |