You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I improved with 5075c8a the push notification for supported browsers.
Push notification works on Firefox & Chrome Desktop browsers and also on Firefox Mobile (Android), but on Chrome Android it shows the error: "Failed to construct 'Notification': Illegal constructor. Use ServiceWorkerRegistration.showNotification() instead."
The text was updated successfully, but these errors were encountered:
mgielissen
changed the title
[12.0] ow_notify: Failed to construct 'Notification': Illegal constructor. Use ServiceWorkerRegistration.showNotification() instead.
[12.0] ow_notify: Chrome (Android) gives error on push notificationFailed to construct 'Notification': Illegal constructor. Use ServiceWorkerRegistration.showNotification() instead.
Mar 24, 2019
Wouldn't it be better instead of replacing MessagingMenu to include the extended functionality in the existing one? Otherwise this addon will destroy all MessagingMenu extensions. It would also make it easier to determine what new code is and what is a copy and paste of the existing MessagingMenu.
I improved with 5075c8a the push notification for supported browsers.
Push notification works on Firefox & Chrome Desktop browsers and also on Firefox Mobile (Android), but on Chrome Android it shows the error: "Failed to construct 'Notification': Illegal constructor. Use ServiceWorkerRegistration.showNotification() instead."
The text was updated successfully, but these errors were encountered: