Hacker News new | ask | show | jobs
by whstl 18 days ago
> While the app is awake, sure.

That's not true. The browser's push service wakes the service worker on delivery, even if the PWA is fully closed. That's the entire point of Push API vs polling.

1 comments

And the OS will never background the browser for battery optimization reasons? Genuine question, I'm not an expert on mobile OSs (as you already guessed).
The notification daemon lives in a separate process.