Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Multiple AJAX Requests Using Same Instance Result in an Error #31

Closed
usernane opened this issue May 31, 2022 · 0 comments · Fixed by #32
Closed

[Bug] Multiple AJAX Requests Using Same Instance Result in an Error #31

usernane opened this issue May 31, 2022 · 0 comments · Fixed by #32
Labels
bug Something isn't working

Comments

@usernane
Copy link
Owner

One of the things that the library supports is the use of the global ajax instance. This helps in having one location where a developer define all of his AJAX calls.

It was noted that if two calls are issued back to back, the second call will always fail. In Firefox, it is shown as follows when viewed in the network tab:
image

@usernane usernane added the bug Something isn't working label May 31, 2022
usernane added a commit that referenced this issue Jun 13, 2022
@usernane usernane mentioned this issue Jun 13, 2022
usernane added a commit that referenced this issue Jun 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant