Commits
Unhangout committed 954b2564b2e
FS-11283: iOS doesn't support beforeunload, use recommended pagehide for that platform $.verto.unloadJobs queue leverages the 'beforeunload' event to perform work prior to browser page unload. However, iOS does not support that event. Its equivalent event is 'pagehide'. This patch uses the pagehide event on iOS, and beforeunload for all others.