Skip to content

Conversation

@SoundaryaKoutharapu
Copy link
Contributor

Description

Clarifies the behavior of Promise.prototype.finally() when a promise is returned from the callback. The update explains that although the return value is ignored, the resulting promise waits for the returned promise to settle before continuing

Related issues and pull requests

Fixes #42574

@SoundaryaKoutharapu SoundaryaKoutharapu requested a review from a team as a code owner December 31, 2025 07:11
@SoundaryaKoutharapu SoundaryaKoutharapu requested review from Josh-Cena and removed request for a team December 31, 2025 07:11
@github-actions github-actions bot added Content:JS JavaScript docs size/xs [PR only] 0-5 LoC changed labels Dec 31, 2025
@github-actions
Copy link
Contributor

github-actions bot commented Dec 31, 2025

Preview URLs

(comment last updated: 2026-01-02 11:43:48)

SoundaryaKoutharapu and others added 3 commits December 31, 2025 12:45
…nally/index.md

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Content:JS JavaScript docs size/xs [PR only] 0-5 LoC changed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Incorrect description of .finally callback

1 participant