Skip to content

Instantly share code, notes, and snippets.

@kypflug

kypflug/sw-12.js Secret

Created December 15, 2017 02:02
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 kypflug/bc17aa590c18753df9ca07e4c0d7b157 to your computer and use it in GitHub Desktop.
Save kypflug/bc17aa590c18753df9ca07e4c0d7b157 to your computer and use it in GitHub Desktop.
self.onnotificationclick = function(event) {
event.notification.close();
event.waitUntil(clients.openWindow('weather/advisory'));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment