Mountain Lion Notification Center from Safari

Is it possible to use something similar to the alert () function to send notifications to the notification center using javascript? I tried googling, but it just brings an apple website for 10.8 features. Any pointers to how this could be done would be awesome if that were possible ...

+4
source share
1 answer

Yes, it can send notifications to the notification center using HTML5. Check it out http://dangercove.github.com/html5-notifications/

+6
source

All Articles