UNCONFIRMED 122199
Remove useless need for event when using window.webkitNotifications.requestPermission()
https://bugs.webkit.org/show_bug.cgi?id=122199
Summary Remove useless need for event when using window.webkitNotifications.requestPe...
John A. Bilicki III
Reported 2013-10-01 18:01:42 PDT
For some unknown reason WebKit requires window.webkitNotifications.requestPermission() to be associated with an event. Since there is no immediate function without some direct user it makes not only coding window.webkitNotifications.requestPermission() awkward and a waste of time it also forces web developers to require some convoluted task of the user to trigger the method.
Attachments
Note You need to log in before you can comment on or make changes to this bug.