Skip to content

Instantly share code, notes, and snippets.

@indreklasn
Created June 28, 2019 09:59
Show Gist options
  • Save indreklasn/13fcbc2f07702b58ac963f905c9a0a47 to your computer and use it in GitHub Desktop.
Save indreklasn/13fcbc2f07702b58ac963f905c9a0a47 to your computer and use it in GitHub Desktop.
Notification.requestPermission(result => {
console.log(result)
if (result === 'granted') {
alert('thanks for giving me permissions')
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment