In 2017, for browsers updated to this point as of October 2017, is there a way to send a POST request before the browser exits? I'd like to send a POST request so that the application knows when (or if) it was abandoned midway.
If not, is there a better way to check when a user is connected and then send a POST request?
I am using Vue 2.4, if that helps.
I know there have been many answers to this but the old ones do not work as Chrome have updated their engine.