Skip to content

Instantly share code, notes, and snippets.

@ankitamasand
Created August 12, 2018 12:15
Show Gist options
  • Save ankitamasand/e64e5e48c417e993e95946340528f533 to your computer and use it in GitHub Desktop.
Save ankitamasand/e64e5e48c417e993e95946340528f533 to your computer and use it in GitHub Desktop.
let controller = navigator.serviceWorker.controller
if (controller) {
console.log('Your page is controlled by', controller)
} else {
console.log('Your page is not controlled by any service worker!')
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment