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
{{ message }}
This repository has been archived by the owner on Sep 22, 2020. It is now read-only.
Web Notifications aren't supported in Chrome on Android I believe, and must instead be used from within the Service Worker API. Trying new Notification('hello'); in the browser gives the error:
TypeError: Failed to construct 'Notification': Illegal constructor. Use ServiceWorkerRegistration.showNotification() instead.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Try to open demo link on android chrome on Android, it doesn't work.
The text was updated successfully, but these errors were encountered: