3 lines
93 B
JavaScript
3 lines
93 B
JavaScript
if (navigator && navigator.serviceWorker) {
|
|
navigator.serviceWorker.register('sw.js');
|
|
}
|