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
Hi Craig and sorry for the late answer. Deferreds should definitely be supported, but I probably don't have time to add it myself in the near future. I would be more than happy to merge pull requests if: 1. no existing stuff is borken 2. regression tests are in place 3. current style is used (4. solution is as low-maintenance / long-term usable as possible). You want to give it a try? Anyways it's the top item in the backlog currently.
I need to assert something after a fail handler that depends on $.ajax returning a jQuery Deferred (or jqXHR) object.
e.g. Running a test like this:
Will throw
Cannot call method 'fail' of undefined
Mocking a jqXHR object would allow these callbacks to still work.
(Great project btw)
The text was updated successfully, but these errors were encountered: