aboutsummaryrefslogtreecommitdiff
path: root/files/ru/web/api/window/unhandledrejection_event/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'files/ru/web/api/window/unhandledrejection_event/index.html')
-rw-r--r--files/ru/web/api/window/unhandledrejection_event/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/files/ru/web/api/window/unhandledrejection_event/index.html b/files/ru/web/api/window/unhandledrejection_event/index.html
index 5248e75748..c32838dc9c 100644
--- a/files/ru/web/api/window/unhandledrejection_event/index.html
+++ b/files/ru/web/api/window/unhandledrejection_event/index.html
@@ -1,7 +1,8 @@
---
title: unhandledrejection
-slug: Web/Events/unhandledrejection
+slug: Web/API/Window/unhandledrejection_event
translation_of: Web/API/Window/unhandledrejection_event
+original_slug: Web/Events/unhandledrejection
---
<p>Событие <strong><code>unhandledrejection</code></strong> происходит, когда {{jsxref("Promise")}} завершен с ошибкой, но на данную ошибку не установлен обработчик.</p>