eternagame / HTML-Chat

HTML5 implementation of chat to replace the legacy Flash-based implementation
BSD 3-Clause "New" or "Revised" License
7 stars 5 forks source link

Desktop notifications #7

Open luxaritas opened 7 years ago

luxaritas commented 7 years ago

Should be relatively easy to implement, will need to use tags in order for a new notification not to be displayed on every page for the same message (maybe with a message hash or something as the tag): https://developer.mozilla.org/en-US/docs/Web/API/Notification/tag

luxaritas commented 7 years ago

Might want to have this disabled by default, most users probably don't want to see these.