How has the desktop notification in chat.stackoverflow.com been implemented?

share|improve this question
I think only balpha can answer it :) – Lucifer Aug 16 '12 at 7:32
2  

1 Answer

up vote 5 down vote accepted

It uses the Web Notifications API. WebKit-based browsers already implement a vendor-prefixed version of it, i.e. window.webkitNotifications.

Fun fact: in Mountain Lion’s Safari 6, Web Notifications get displayed in Notification Center.

See browser support and some more info.

share|improve this answer
Not sure if i.e. = Internet Explorer or For Example. – Lee Louviere Aug 28 '12 at 20:22
1  
@Xaade, it’s neither. i.e. = id est, meaning that is. IE is Internet Explorer. – Mathias Bynens Aug 29 '12 at 5:45

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged