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
It seems that if multiple $.ajax requests are running,
subsequent requests will not run unless the previous requests finish running.
Is there a way to run $.ajax without it having to wait for it to finish, similar
to fire-and-forget tasks? In essence we would like to make it run similar to a
Thread.
I think the behavior can be done when doing fetch requests but not awaiting.
Is there a way to do this in jQuery?