Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if (navigator.serviceWorker) {
- navigator.serviceWorker.register('/service_worker.js')
- .then(function() { console.log('registration') })
- .catch(function(e) {console.error(e) });
- } else {
- console.log('Service worker is not supported');
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement