I am trying to implement support for WebKit\'s native desktop notifications on my site. When I try to ask for user\'s permission to use the notifications, absolutely nothing
For checking Notification on local file (file://) permission will popup but notification wont work on chrome.
As a work around you can change
Content setting > Notification > Allow All websites to show notification
Shortest code to show notification
var notification = new Notification("YOUR MESSAGE");