Skip to content

Instantly share code, notes, and snippets.

@sahajamit
Last active November 16, 2019 10:10
Show Gist options
  • Save sahajamit/b43d05ed9b8ecabdfbeacbb9ed9d35bd to your computer and use it in GitHub Desktop.
Save sahajamit/b43d05ed9b8ecabdfbeacbb9ed9d35bd to your computer and use it in GitHub Desktop.
// To Stop Listening to all Web Push Notifications
clearInterval(window.notificationListener);
window.notificationsMap = Object.create(null);
window.notifications = [] ;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment