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
We still have conditional use of the Q library in jQueryRequest. It's ad-hoc and not really useful, so we should remove it. That way we use Q on node, and jQuery promises on the client. You can always wrap the jQuery promises in Q outside of our API client, if you want.
The text was updated successfully, but these errors were encountered:
We still have conditional use of the
Q
library injQueryRequest
. It's ad-hoc and not really useful, so we should remove it. That way we useQ
on node, and jQuery promises on the client. You can always wrap the jQuery promises inQ
outside of our API client, if you want.The text was updated successfully, but these errors were encountered: