WICG / lock-screen

Lock screen API
Other
9 stars 1 forks source link

Consider launching lock screen apps in the background if not launched in a long time #4

Open phoglenix opened 2 years ago

phoglenix commented 2 years ago

Version skew between the lock screen app and main profile app could become a problem when service workers are used and not given a chance to update (eg. if the user doesn't launch the lock screen app in a long time). We should consider automatically giving the lock screen app a chance to update the service worker / cache in the background.

Possible update frequency: 1 month? when the main profile service worker updates?