Re: [w3c/ServiceWorker] Using BroadcastChannel to wake up a service worker (#975)

@Iconejey Basic web workers can wake up a service worker to give out a notification.
This works for an indefinite amount of time with PWAs running in desktop browsers.
However, a basic web worker running in Chrome on an Android device will itself be put asleep after about 5 minutes. So, all will be in vain if larger notification intervals are required.
Here, you can read more about [my attempts and grievances with notifications](https://github.com/beverloo/notification-triggers/issues/8).

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3c/ServiceWorker/issues/975#issuecomment-876037975

Received on Thursday, 8 July 2021 01:07:49 UTC