From this javascript question I learnt how to make desktop notifications work in Google Chrome, and decided to implement this on my site.
So every time a certain something happens, I am making a notification show.
The problem is, that most of the time, the user has more than one window open, which can display notifications, causing duplicate notifications.
Is there a way which allows me to not show duplicate Google Chrome notifications?
Thanks.