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

Normative: Add Promise.prototype.finally #1073

Merged
merged 1 commit into from
Jan 24, 2018
Merged

Conversation

ljharb
Copy link
Member

@ljharb ljharb commented Jan 23, 2018

Add Promise.prototype.finally to ECMAScript.

Closes tc39/proposal-promise-finally#18.

@ljharb ljharb added normative change Affects behavior required to correctly evaluate some ECMAScript source text pending stage 4 This proposal has not yet achieved stage 4, but may otherwise be ready to merge. labels Jan 23, 2018
Copy link
Member

@mathiasbynens mathiasbynens left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🎉

@mathiasbynens
Copy link
Member

Test262 tests: https://github.com/tc39/test262/tree/master/test/built-ins/Promise/prototype/finally

@bterlson
Copy link
Member

LGTM as well.

@bterlson bterlson merged commit b1a633f into tc39:master Jan 24, 2018
ljharb added a commit to tc39/proposal-promise-finally that referenced this pull request Jan 24, 2018
@ljharb ljharb deleted the finally branch January 24, 2018 18:24
ljharb added a commit to airbnb/js-shims that referenced this pull request Jan 24, 2018
evocateur pushed a commit to zillow/javascript that referenced this pull request Apr 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
has test262 tests normative change Affects behavior required to correctly evaluate some ECMAScript source text pending stage 4 This proposal has not yet achieved stage 4, but may otherwise be ready to merge.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants