- User clicks some link which execute some ajax request - lets say this request takes 20 secs.
- Before the request is complete user clicks oder link which redirects (no ajax) whole page to another page.
Ajax 请求会怎么样? 它总是在服务器上完成, 但回应不会到来吗? 或者服务器上的 Ajax 请求将会被“杀死 ” 。
我问是因为我有些脚本需要一些时间运行, 但用户现在不需要结果了, 它只是着火和忘记, 也许在ajax有某些选择, 迫使它不做出回应?