blob: 2855ad0123807370c8fc791d24b4ff01f78aeb21 [file] [log] [blame]
<html>
<head>
<title>repeat-fetch-service-worker.js with useragent</title>
<script>
function installSW() {
navigator.serviceWorker.register('repeat-fetch-service-worker.js');
}
</script>
</head>
<body onload="installSW()">
<p><?php echo $_SERVER['HTTP_USER_AGENT'] ?></p>
</body>
</html>