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
What is the issue with the Notifications API Standard?
One may want to close all previous notifications when the page is accessed when the notification inbox is opened (e.g. emails or notifications in social media). For the SW-bound notifications we have swr.getNotifications() but not for others.
We might want to restore Notification.get() for all SW-unbound notifications, as non-persistent notifications are not really non-persistent for multiple implementations anyway. (#204)
The text was updated successfully, but these errors were encountered:
What is the issue with the Notifications API Standard?
One may want to close all previous notifications when the page is accessed when the notification inbox is opened (e.g. emails or notifications in social media). For the SW-bound notifications we have swr.getNotifications() but not for others.
We might want to restore Notification.get() for all SW-unbound notifications, as non-persistent notifications are not really non-persistent for multiple implementations anyway. (#204)
The text was updated successfully, but these errors were encountered: