Created
January 27, 2019 12:34
-
-
Save zprima/99ccffa6edf75b6b00ce35d43bea776a to your computer and use it in GitHub Desktop.
medium_p2_c6
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //... | |
| navigator.serviceWorker && navigator.serviceWorker.register('./sw.js').then(function (registration) { | |
| console.log('Excellent, registered with scope: ', registration.scope); | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment