4b7fbf8ee0
This patch starts waiting on serviceWorker registration.
5 lines
136 B
HTML
5 lines
136 B
HTML
<link rel="stylesheet" href="./style.css">
|
|
<script>
|
|
window.registrationPromise = navigator.serviceWorker.register('sw.js');
|
|
</script>
|