Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

Clarified the Promise.prototype.finally situation #643

Open
wants to merge 1 commit into
base: production
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion status.json
Original file line number Diff line number Diff line change
Expand Up @@ -3337,7 +3337,8 @@
"summary": "Registers a callback to be invoked when a promise is settled (whether it is fulfilled or rejected), allowing for cleanup of pending or ongoing actions depending on that promise.",
"standardStatus": "Working draft or equivalent",
"ieStatus": {
"text": "In Development"
"text": "Shipped",
"ieUnprefixed": "17760"
},
"msdn": "https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/finally",
"id": 5704570235781120,
Expand Down