Sign in
Log inSign up

Does Ajax request will affect on server side?

Ankur Singh's photo
Ankur Singh
·Jul 23, 2019

Suppose we sent a request to the server to delete a file, using ajax. After sending that request we close our browser window. Does this request will delete that file? If yes then how? And if no then how?