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
{{ message }}
This repository has been archived by the owner on Aug 7, 2019. It is now read-only.
First of all, thank you for making this available. We are just starting to use it and it looks very promising.
I have attempted to migrate to jQuery 2.x and discovered that the xhr feature is not compatible with the new version. I have attempted to fix it but gave up.
First, it throws an error because feature's proxy is limited to 3 call parameters and jQuery sends 5, but that was easy to fix by adding more "if" statements in that block. Once I fixed that though, the proxy stopped erroring but didn't start to work. The effect was that .done and .fail callbacks never fired after the request completed.
Hope this helps.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
First of all, thank you for making this available. We are just starting to use it and it looks very promising.
I have attempted to migrate to jQuery 2.x and discovered that the xhr feature is not compatible with the new version. I have attempted to fix it but gave up.
First, it throws an error because feature's proxy is limited to 3 call parameters and jQuery sends 5, but that was easy to fix by adding more "if" statements in that block. Once I fixed that though, the proxy stopped erroring but didn't start to work. The effect was that .done and .fail callbacks never fired after the request completed.
Hope this helps.
The text was updated successfully, but these errors were encountered: