Skip to content

Instantly share code, notes, and snippets.

@palaniraja
Created May 31, 2011 13:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save palaniraja/1000472 to your computer and use it in GitHub Desktop.
Save palaniraja/1000472 to your computer and use it in GitHub Desktop.
HTML5 Notification
var notification = window.webkitNotifications.createNotification("http://www.google.com/images/logos/ps_logo2.png", "Title", "Notification message goes here");
notification.show();
@jekingohel
Copy link

I got this error..
Uncaught Error: SecurityError: DOM Exception 18

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment