mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Implement `Promise.withResolvers()`
```
const {promise, resolve, reject} = Promise.withResolvers();
```
PR Close #53514
|
||
|---|---|---|
| .. | ||
| browser | ||
| closure | ||
| common | ||
| extra | ||
| jasmine | ||
| jest | ||
| mix | ||
| mocha | ||
| node | ||
| rxjs | ||
| testing | ||
| zone-spec | ||
| BUILD.bazel | ||
| zone-global.d.ts | ||
| zone.api.extensions.ts | ||
| zone.configurations.api.ts | ||
| zone.ts | ||