Bug 1874511 Comment 14 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

This should be partially fixed after bug 1928702. Previously service workers registered the observer and later just went to bed, and the parent process had no idea but just to ping the inactive observer. Now with bug 1928702 a sleeping service worker would also properly unregistered the observer so that the browser can do something more proper.

(i.e. in a plain English, now clicking a notification would at least open a window on Windows.)

That said, the browser still doesn't properly start up the corresponding service worker yet. That work will continue to be tracked in bug 1847096.
This should be partially fixed after bug 1928702. Previously service workers registered the observer and later just went to bed, and the parent process had no idea but just to ping the inactive observer. Now with bug 1928702 a sleeping service worker would also properly unregistered the observer so that the browser can do something more proper.

(i.e. in a plain English, now clicking a notification would at least open a window on Windows, since Firefox 134.)

That said, the browser still doesn't properly start up the corresponding service worker yet. That work will continue to be tracked in bug 1847096.

Back to Bug 1874511 Comment 14