-
-
Notifications
You must be signed in to change notification settings - Fork 754
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
Add ability for services to return a promise instead of a callback #41
Comments
+1 |
This would be awesome. |
daffl
added a commit
that referenced
this issue
Apr 25, 2014
daffl
added a commit
that referenced
this issue
Aug 21, 2018
…odule-exports-0.2.0 Update babel-plugin-add-module-exports to version 0.2.0 🚀
daffl
added a commit
that referenced
this issue
Aug 21, 2018
…odule-exports-0.2.0 Update babel-plugin-add-module-exports to version 0.2.0 🚀
daffl
pushed a commit
that referenced
this issue
Aug 21, 2018
* chore(package): update dependencies https://greenkeeper.io/ * docs(readme): add Greenkeeper badge https://greenkeeper.io/
daffl
pushed a commit
that referenced
this issue
Aug 22, 2018
* chore(package): update dependencies https://greenkeeper.io/ * docs(readme): add Greenkeeper badge https://greenkeeper.io/
daffl
pushed a commit
that referenced
this issue
Aug 28, 2018
daffl
added a commit
that referenced
this issue
Aug 28, 2018
daffl
added a commit
that referenced
this issue
Aug 28, 2018
* Rename repository and update to npm scope * Update Codeclimate token
daffl
pushed a commit
that referenced
this issue
Aug 29, 2018
daffl
pushed a commit
that referenced
this issue
Aug 29, 2018
daffl
added a commit
that referenced
this issue
Aug 29, 2018
daffl
added a commit
that referenced
this issue
Aug 29, 2018
* Rename repository and update to npm scope * Update Codeclimate token
daffl
pushed a commit
that referenced
this issue
Aug 29, 2018
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue with a link to this issue for related bugs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If a service returns a Promises/A+ Promise and the callback isn't called, the promise should be used to resolve the request.
The text was updated successfully, but these errors were encountered: