Fix typo
BTW., this is an _awesome_ tutorial!
This commit is contained in:
parent
d11abcea88
commit
6bf2aec61c
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ Promise.all(urls.map(url => fetch(url)))
|
|||
});
|
||||
```
|
||||
|
||||
The problem is that if any of requests fails, then `Promise.all` rejects with the error, and we loose results of all the other requests.
|
||||
The problem is that if any of requests fails, then `Promise.all` rejects with the error, and we lose results of all the other requests.
|
||||
|
||||
That's not good.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue