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 Jan 20, 2020. It is now read-only.
The demo page doesn't work on Firefox 41.0 (Linux). JS error console is clear.
I noticed that notifications won't show if "icon" option is set. E.g.: new Notification('title', { icon: 'icon.png', body: "text"});
If "icon" is not set, notifications work ok. Not sure if it's Firefox 41 issue, or something specific to my environment only.
The text was updated successfully, but these errors were encountered:
The demo page doesn't work on Firefox 41.0 (Linux). JS error console is clear.
I noticed that notifications won't show if "icon" option is set. E.g.:
new Notification('title', { icon: 'icon.png', body: "text"});
If "icon" is not set, notifications work ok. Not sure if it's Firefox 41 issue, or something specific to my environment only.
The text was updated successfully, but these errors were encountered: