Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save osvaldasvalutis/2aea0f381430c40ceb4525e1a6e276da to your computer and use it in GitHub Desktop.
Save osvaldasvalutis/2aea0f381430c40ceb4525e1a6e276da to your computer and use it in GitHub Desktop.
if('serviceWorker' in navigator) {
window.addEventListener('load', function() {
navigator.serviceWorker.register('/serviceworker.js');
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment