Skip to content

Is there a way not to wait for $.ajax to complete? #4946

@justinjalandoniiwest

Description

@justinjalandoniiwest

Hello,

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?

Thank You

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions