navigator.serviceWorker.register('service-worker.js', {
scope: '.'
}).then(function(registration) {
console.log('The service worker has been registered ', registration);
});
-
index.js
-
Register the ServiceWorker
Register the ServiceWorker
navigator.serviceWorker.register('service-worker.js', {
scope: '.'
}).then(function(registration) {
console.log('The service worker has been registered ', registration);
});