i need to check whenever a notification appears or not in Google chrome using JavaScript. i was trying to do so using chrome.notifications.ondisplay
but i had no success. is there other way to do it ?
Asked
Active
Viewed 55 times
0

Mitaksh Gupta
- 1,029
- 6
- 24
- 50

shacharsa
- 351
- 1
- 4
- 12
-
http://stackoverflow.com/questions/2271156/chrome-desktop-notification-example I hope this will help you further. – Gourav Nov 24 '13 at 14:38
-
i already checked this thread, but it refers to notification that i created, i want to catch the event of every notification that appear, for instance : translation notification.. but thanks anyway ;-) – shacharsa Nov 24 '13 at 16:04