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
So far, I chain more than one request in some calls.
However, using jQuery API (until version 3.0) causes the problem described here (under section Criticism). That is, if in the following call fn1 fails, the failure function does not capture it (only errors from fn3).
promise.then(fn1).then(fn2).then(fn3, fail);
The text was updated successfully, but these errors were encountered:
So far, I chain more than one request in some calls.
However, using jQuery API (until version 3.0) causes the problem described here (under section Criticism). That is, if in the following call fn1 fails, the failure function does not capture it (only errors from fn3).
The text was updated successfully, but these errors were encountered: