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

Promises: more than just then? #2

Closed
domenic opened this issue Sep 19, 2011 · 2 comments
Closed

Promises: more than just then? #2

domenic opened this issue Sep 19, 2011 · 2 comments

Comments

@domenic
Copy link

domenic commented Sep 19, 2011

I'm trying to really start using promises in a way that conforms to some kind of standard. The only thing the various standards and implementations seem to agree on is a then method, but I find methods for unconditional callbacks (jQuery's always or Q's fin), and for errors in particular (jQuery or Q's fail) to be quite useful.

Is there any hope of getting such methods into the UncommonJS promises spec?

@kriskowal
Copy link
Owner

Yeah, though I don't know who else is tracking UncommonJS/Promises so it might be a bust. I am working with MarkM; his current proposal looks like http://wiki.ecmascript.org/doku.php?id=strawman:concurrency and my current proposal looks like Q's API. Just need to convert it into specese.

@domenic
Copy link
Author

domenic commented Oct 9, 2014

This was my sixth-ever opened GitHub issue ^_^

@domenic domenic closed this as completed Oct 9, 2014
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

2 participants