Last active
November 16, 2019 10:10
-
-
Save sahajamit/b43d05ed9b8ecabdfbeacbb9ed9d35bd to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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