Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(zone.js): implement Promise.withResolvers() #53514

Closed

Conversation

JiaLiPassion
Copy link
Contributor

Implement Promise.withResolvers()

const {promise, resolve, reject} = Promise.withResolvers();

Close #53507

@angular-robot angular-robot bot added the detected: feature PR contains a feature commit label Dec 12, 2023
Implement `Promise.withResolvers()`

```
const {promise, resolve, reject} = Promise.withResolvers();
```
@ngbot ngbot bot added this to the Backlog milestone Dec 12, 2023
@alan-agius4 alan-agius4 added target: patch This PR is targeted for the next patch release action: merge The PR is ready for merge by the caretaker and removed action: merge The PR is ready for merge by the caretaker labels Dec 12, 2023
@alan-agius4 alan-agius4 added the action: merge The PR is ready for merge by the caretaker label Dec 12, 2023
@alxhub alxhub removed the request for review from JeanMeche December 12, 2023 16:26
@alxhub alxhub added target: minor This PR is targeted for the next minor release and removed target: patch This PR is targeted for the next patch release labels Dec 12, 2023
@alxhub
Copy link
Member

alxhub commented Dec 12, 2023

This PR was merged into the repository by commit 7a28f50.

@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Jan 12, 2024
ChellappanRajan pushed a commit to ChellappanRajan/angular that referenced this pull request Jan 23, 2024
Implement `Promise.withResolvers()`

```
const {promise, resolve, reject} = Promise.withResolvers();
```

PR Close angular#53514
rlmestre pushed a commit to rlmestre/angular that referenced this pull request Jan 26, 2024
Implement `Promise.withResolvers()`

```
const {promise, resolve, reject} = Promise.withResolvers();
```

PR Close angular#53514
danieljancar pushed a commit to danieljancar/angular that referenced this pull request Jan 26, 2024
Implement `Promise.withResolvers()`

```
const {promise, resolve, reject} = Promise.withResolvers();
```

PR Close angular#53514
amilamen pushed a commit to amilamen/angular that referenced this pull request Jan 26, 2024
Implement `Promise.withResolvers()`

```
const {promise, resolve, reject} = Promise.withResolvers();
```

PR Close angular#53514
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
action: merge The PR is ready for merge by the caretaker area: zones detected: feature PR contains a feature commit target: minor This PR is targeted for the next minor release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

zone.js eradicates Promise.withResolvers
3 participants