Skip to content

Instantly share code, notes, and snippets.

@depoulo
Last active June 20, 2019 15:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save depoulo/d59ad968e2728bc2d81b0baf0e537b37 to your computer and use it in GitHub Desktop.
Save depoulo/d59ad968e2728bc2d81b0baf0e537b37 to your computer and use it in GitHub Desktop.
try {
document.body.innerHTML =
'<div id="sw-failure" style="z-index: 1; position: fixed; pointer-events: none">ServiceWorker failed</div>'
+ document.body.innerHTML
} catch (_err) {
console.log('Hello from ServiceWorker', String(registration))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment