summaryrefslogtreecommitdiffstats
path: root/remote/test/puppeteer/test/assets/serviceworkers/fetch/sw.html
blob: a9d28acb0977c637bfa52d481b547dd144871a73 (plain)
1
2
3
4
5
<link rel="stylesheet" href="./style.css">
<script>
  window.registrationPromise = navigator.serviceWorker.register('sw.js');
  window.activationPromise = new Promise(resolve => navigator.serviceWorker.oncontrollerchange = resolve);
</script>