Skip to content

Instantly share code, notes, and snippets.

@FlorianRappl
Created July 2, 2018 21:01
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 FlorianRappl/ea40ba7d2aac33b017dccf218d52f5af to your computer and use it in GitHub Desktop.
Save FlorianRappl/ea40ba7d2aac33b017dccf218d52f5af to your computer and use it in GitHub Desktop.
Notification.requestPermission(result => {
if (result !== 'granted') {
//handle permissions deny
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment