Is it possible to identify in an AJAX error when the user has Stopped the Browser?
How can I identify when a user has simply stopped the loading of the page so that my ajax errors开发者_运维问答 don't display?
Catching onError event maybe?
http://www.w3schools.com/jsref/event_onerror.asp
精彩评论