Skip to content

Instantly share code, notes, and snippets.

@abdelfattah-atef94
Created November 25, 2019 12:16
Show Gist options
  • Save abdelfattah-atef94/b2e52fa5cdb3c688dc220364fb8df1ae to your computer and use it in GitHub Desktop.
Save abdelfattah-atef94/b2e52fa5cdb3c688dc220364fb8df1ae to your computer and use it in GitHub Desktop.
window.onload = () => {
'use strict';
if ('serviceWorker' in navigator) {
navigator.serviceWorker
.register('./sw.js');
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment