Skip to content

Instantly share code, notes, and snippets.

@kimuradev
Created July 28, 2019 02:44
Show Gist options
  • Save kimuradev/9c3da3bcac588c5a84be6a3a9d128493 to your computer and use it in GitHub Desktop.
Save kimuradev/9c3da3bcac588c5a84be6a3a9d128493 to your computer and use it in GitHub Desktop.
PWA Medium
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