Похожие чаты

Https://Developer.Mozilla.Org/En-US/Docs/Web/JavaScript/Reference/Global_Objects/Promise/Race Maybe this is something you can use?

1 ответов

9 просмотров
Morten-Mehus Автор вопроса

Ex const promises = Promise.all([promise1, promise2]); const timeoutPromise = new Promise((resolve, reject) => setTimeout(reject, 10000)); Promise.race([promises, timeoutPromise]).then(promiseresult => {}).catch(() => console.log('connection timeout'));

Похожие вопросы

Карта сайта