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

Incorrect typing for Promise.then #2

Open
flut1 opened this issue Jun 30, 2016 · 0 comments
Open

Incorrect typing for Promise.then #2

flut1 opened this issue Jun 30, 2016 · 0 comments

Comments

@flut1
Copy link

flut1 commented Jun 30, 2016

The then method of the Promise util returns a new Promise with the same type as the original Promise
public then(onFulfilled:any, onRejected?:any):Promise<T>

However, the returned Promise should have the type of the value returned from the onFulfilled handler.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant