New issue 60 by NachE.NachE: window.webkitNotifications is not an object.
http://code.google.com/p/pywebkitgtk/issues/detail?id=60
*What steps will reproduce the problem?*
1. Make app with pywebkitgtk
2. Make html with this JavaScript code:
window.webkitNotifications.createNotification("", "Notifier", "Hello").popup.show();
3. Load file with pywebkitgtk app
*What is the expected output? What do you see instead?*
I was expected a notification window, but an error was printed:
** Message: console message: file://asdf.html @47: TypeError: Result of
expression 'window.webkitNotifications' [undefined] is not an object.
Im trying to create an app that supports desktop notifications. I know,
pywebkitgtk don't support webkitNotifications. But, do you know any way to
wrap these JavaScript objects? If it is posible, I could write pygtk code
to show desktop notifications.