Skip to content

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

Closed
JiaLiPassion wants to merge 1 commit intoangular:mainfrom
JiaLiPassion:promise-withresolvers
Closed

feat(zone.js): implement Promise.withResolvers()#53514
JiaLiPassion wants to merge 1 commit intoangular:mainfrom
JiaLiPassion:promise-withresolvers

Conversation

@JiaLiPassion
Copy link
Copy Markdown
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();
```
@alan-agius4 alan-agius4 added the area: zones Issues related to zone.js label Dec 12, 2023
@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
Copy Markdown
Member

alxhub commented Dec 12, 2023

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

@angular-automatic-lock-bot
Copy link
Copy Markdown

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
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 Issues related to zone.js 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