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

fix promise polyfill, chaining promises works #57723

Merged
merged 1 commit into from
Sep 3, 2018

Conversation

blutorange
Copy link
Contributor

Possible solution for #57722

The callbacks in WinJSPromise.then (like native Promises) can return another promise instead of the next value. This can be used to allow chaining promises while stil having them work asynchronously.

@msftclas
Copy link

msftclas commented Sep 1, 2018

CLA assistant check
All CLA requirements met.

@jrieken
Copy link
Member

jrieken commented Sep 3, 2018

lgtm. Thanks.

@jrieken jrieken added this to the September 2018 milestone Sep 3, 2018
@jrieken jrieken merged commit b58abdc into microsoft:master Sep 3, 2018
@github-actions github-actions bot locked and limited conversation to collaborators Mar 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants