How can I make my browser(s) finish AJAX requests instead of stopping them when I switch to another page?
- by Tom Wijsman
I usually need to deal with things on a page right before switching to yet another page, this ranges from "liking / upvoting a comment or post" up to "an important action" and doesn't always come with feedback on whether the action actually proceeded.
This is a huge problem! I assume the action to proceed once I start the particular AJAX request,…