Skip to content

Instantly share code, notes, and snippets.

@ranwahle
Created May 30, 2019 11:17
Show Gist options
  • Select an option

  • Save ranwahle/eb40d85fb80bbff641d2f69f8fc0014a to your computer and use it in GitHub Desktop.

Select an option

Save ranwahle/eb40d85fb80bbff641d2f69f8fc0014a to your computer and use it in GitHub Desktop.
Requesting a permission
async function pleaseLetMeNotify() {
return await navigator.permissions.request({name: 'notifications'});
}
// Retuns a promise of a PermissionStatusObject
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment