You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The very first paragraph of the API documentation has the following:
For example, Q.when(5, onFulfilled) is equivalent to Q(5).then(onFulfilled).
This is the only mention of "Q.when()". Since the capability is available for use, it should have formal mention within the itemized listing of methods, and so also a formal definition.
The text was updated successfully, but these errors were encountered:
The very first paragraph of the API documentation has the following:
This is the only mention of "Q.when()". Since the capability is available for use, it should have formal mention within the itemized listing of methods, and so also a formal definition.
The text was updated successfully, but these errors were encountered: