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

Async: document Async.Deferred.fired property #3

Closed
blq opened this issue Oct 19, 2010 · 1 comment
Closed

Async: document Async.Deferred.fired property #3

blq opened this issue Oct 19, 2010 · 1 comment

Comments

@blq
Copy link
Member

blq commented Oct 19, 2010

from http://trac.mochikit.com/ticket/344

In the documentation for Async.Deferred at http://mochikit.com/doc/html/MochiKit/Async.html#fn-deferred the three states of the Deferred (-1, 0, 1) are mentioned. But it is not quite clear how to obtain the state. the word "fired" is only mentioned in the running text. I think the property ".fired" should be clearly included in the formal specification/documentation for Deferred.

Also, http://mochikit.com/doc/html/MochiKit/Async.html#fn-genericerror mentions a non-existing "failed" method of the Deferred object, it should be removed.

Regards
// Fredrik Blomqvist

@cederberg
Copy link
Member

Added state() method for MochiKit.Async.Deferred. Also clarified docs on available properties. Closed by 99d21b1.

This issue was closed.
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