blob: c82ccb5239beb09ad46711c9359baefc4ac7146e [file] [log] [blame]
<!DOCTYPE html>
<body>
<script>
var scope = location.search.substring(1);
navigator.serviceWorker.register(scope + 'fetch_event_blob.js', {scope: scope})
.then(_ => { document.title = "PASS"; });
</script>
</body>