Comment on Get notified whenever there’s a new top post on Hacker NewsComments−rictic11yConsider using ServiceWorker notifications for an extension-free way to do this.−shinta11yI prefer sockets over Service Worker, no installation, no warnings. But definitely I will read in depth about this. Thanks.−nsgi11yThe advantage of ServiceWorker is that it can show notifications even when the website isn't open. Browser support is limited for that, though.
Comments
Consider using ServiceWorker notifications for an extension-free way to do this.
I prefer sockets over Service Worker, no installation, no warnings. But definitely I will read in depth about this. Thanks.
The advantage of ServiceWorker is that it can show notifications even when the website isn't open. Browser support is limited for that, though.