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
|
||
|---|---|---|
| .. | ||
| error-rewrite.ts | ||
| events.ts | ||
| fetch.ts | ||
| promise.ts | ||
| queue-microtask.ts | ||
| timers.ts | ||
| to-string.ts | ||
| utils.ts | ||