Commit 6b55fa8
Add support
Summary:
Issue: #30236
[General] [Added] - Added support `Promise.allSettled`
Pull Request resolved: #34544
Test Plan:
Release notes [`promise@8.2.0`](https://github.com/then/promise/releases/tag/8.2.0)
```tsx
typeof Promise.allSettled // function
```
Reviewed By: motiz88
Differential Revision: D39170057
Pulled By: jacdebug
fbshipit-source-id: 72467285e1ad82510ca8fe3d5f347ec8ae286823Promise.allSettled out of box (#34544)1 parent ad24cd7 commit 6b55fa8
2 files changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5956 | 5956 | | |
5957 | 5957 | | |
5958 | 5958 | | |
5959 | | - | |
5960 | | - | |
5961 | | - | |
5962 | | - | |
| 5959 | + | |
| 5960 | + | |
| 5961 | + | |
| 5962 | + | |
5963 | 5963 | | |
5964 | 5964 | | |
5965 | 5965 | | |
| |||
0 commit comments