Re: [w3ctag/design-reviews] Periodic Background Sync (#367)

Hi there,

I read about the discussions at TPAC: https://jakearchibald.com/2019/service-workers-tpac/

and were wondering about the steps going forward? It seems that background fetch can cover many of the same use-cases and we wonder whether  you are still pursuing background sync.

In a way we feed that background sync is changing the core behavior of the web. One of the sales pitches that I have heard for PWAs is that, unlike native apps, if you don't use them, then they don't update and don't waste your data plans. Basically, you can install a PWA and not use it for a year and only when you open it up (or load the web site) it is able to update itself via the SW and regular caching. 

It feels like background sync changes all of that, and thus a core tenet of the web, at least as long as there are no strong restrictions on how often and how long after last use background sync can be active.

This also touches a bit on silent push notifications (which are currently not allowed - they need to show UI), these could potentially be used to sync in a similar fashion. We understand that background sync can be limited by the platform (they are just a hint) but what makes them radically different?

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/w3ctag/design-reviews/issues/367#issuecomment-559101041

Received on Wednesday, 27 November 2019 14:06:06 UTC