I have impatient users who update a piece of data on a web page. The update triggers an asynchronous XMLHttpRequest
and the response causes the page to update.
My question is this. If the user closes the browser window before the request completes, will the browser send an instruction to the web server to stop the request?
FWIW the users are using Firefox or Safari.