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
I think this is a pretty well know problem with JQuery but I didn't see any open issues when I searched "promises", so apologies if you guys are already aware of this issue.
I think this is a pretty well know problem with JQuery but I didn't see any open issues when I searched "promises", so apologies if you guys are already aware of this issue.
The below are samples from a working gist.
Problem 1: Error handling
Errors are not being passed to next then(), or even bubbling up to the application at all, did I use the api wrong?
In the above the error seems to just disappear...
Problem 2: Execution order
The expected console output should be:
But the actual is:
Additional Information
GWT: 2.7
GWTQuery: 1.4.4 - snapshot (1/30/2015)
The text was updated successfully, but these errors were encountered: