Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Исправляет и дополняет доку Promise.any() #5557

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

vitya-ne
Copy link
Contributor

@vitya-ne vitya-ne commented Nov 20, 2024

Описание

В описании выполнения Promise.any() в случае если один из промисов завершается с ошибкой, метод then() упоминается как "обработчик ошибок then()". Скорее всего это ошибка при копипасте.

Кроме это я добавил из чего будет состоять AggregateError в случае когда оба промиса завершаются с ошибкой

Closes #5556

Чек-лист

  • Текст оформлен согласно руководству по стилю
  • Ссылки на внутренние материалы начинаются со слеша и заканчиваются слэшем либо якорем на заголовок (/css/color/, /tools/json/, /tools/gulp/#kak-ponyat)
  • Ссылки на картинки, видео и демки относительные (images/example.png, demos/example/, ../demos/example/)

@vitya-ne vitya-ne self-assigned this Nov 20, 2024
@vitya-ne vitya-ne added the js Контент по JavaScript label Nov 20, 2024
@github-actions github-actions bot added the дока Справочный материал label Nov 20, 2024
@TatianaFokina TatianaFokina added улучшение Доработка существующего ошибка Что-то критичное и мешает labels Nov 21, 2024
js/promise-any/index.md Outdated Show resolved Hide resolved
@@ -137,12 +137,14 @@ Promise.any([promise1, promise2])
.catch(error => {
console.error(error)
// AggregateError: All promises were rejected
console.log(error.errors)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Супер! Теперь прозрачно и понятно :)

js/promise-any/index.md Outdated Show resolved Hide resolved
js/promise-any/index.md Outdated Show resolved Hide resolved
Copy link

Превью контента из 67c6288 опубликовано.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
js Контент по JavaScript дока Справочный материал ошибка Что-то критичное и мешает улучшение Доработка существующего
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Неточность в доке Promise.any
3 participants