Skip to content

Instantly share code, notes, and snippets.

@gauntface
Created March 6, 2017 22:23
Show Gist options
  • Select an option

  • Save gauntface/7e1dd6c96a5bb6d6ce1a40ab03a9fb37 to your computer and use it in GitHub Desktop.

Select an option

Save gauntface/7e1dd6c96a5bb6d6ce1a40ab03a9fb37 to your computer and use it in GitHub Desktop.
navigator.serviceWorker.addEventListener('message', function(event) {
// Service worker received a push message
// TODO: Perform assertions / check test passed.
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment