- From: Serge Y. Stroobandt <notifications@github.com>
- Date: Wed, 07 Jul 2021 18:06:57 -0700
- To: w3c/ServiceWorker <ServiceWorker@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 8 July 2021 01:07:49 UTC
@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