Promise.allSettled

This commit is contained in:
Ilya Kantor 2019-06-18 10:02:03 +03:00
parent 027933531e
commit d7f90176c7
16 changed files with 191 additions and 253 deletions

View file

@ -1,5 +1,5 @@
# Rewrite "rethrow" async/await
# Rewrite "rethrow" with async/await
Below you can find the "rethrow" example from the chapter <info:promise-chaining>. Rewrite it using `async/await` instead of `.then/catch`.