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
Blink does the association as the spec says, and closes all the notifications when the SW is unregistered. I'm adding a tentative test in https://phabricator.services.mozilla.com/D202612 for Gecko/WebKit behavior as that's the majority, but worth a discussion.
The text was updated successfully, but these errors were encountered:
I think registration is correct. Arguably the current use of registration allows the spec to hand-wave the lack of steps like the push API's deactivation text.
What is the issue with the Notifications API Standard?
I just found that both Firefox and Safari associate the notifications with the scope instead for
getNotifications()
, while the spec says:https://notifications.spec.whatwg.org/#dom-serviceworkerregistration-getnotifications
Blink does the association as the spec says, and closes all the notifications when the SW is unregistered. I'm adding a tentative test in https://phabricator.services.mozilla.com/D202612 for Gecko/WebKit behavior as that's the majority, but worth a discussion.
The text was updated successfully, but these errors were encountered: