nothing; just syncing

This commit is contained in:
steveseguin
2023-04-07 03:42:47 -04:00
parent d7bedcdd33
commit 8b53a0a8b4
2 changed files with 7 additions and 7 deletions

View File

@@ -153,10 +153,10 @@ if (navigator.serviceWorker) {
window.onmessage = onMessage
messages.forEach(window.onmessage)
})
} else {
// FF can ping sw with fetch from a secure hidden iframe
// shouldn't really be possible?
keepAlive()
}
// FF can ping sw with fetch from a secure hidden iframe
// shouldn't really be possible?
keepAlive()
</script>