Skip to content

Instantly share code, notes, and snippets.

@gcoop
Created December 8, 2010 10:52
Show Gist options
  • Save gcoop/733136 to your computer and use it in GitHub Desktop.
Save gcoop/733136 to your computer and use it in GitHub Desktop.
applicationCache.onUpdateReady = function () {
applicationCache.swapCache();
alert('New version of site available please refresh');
}
window.onOnline = function () {
// Fire an update to the cache.
applicationCache.update();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment