ppresume / community

Discussions, feedbacks, roadmaps, community.
57 stars 3 forks source link

feat: adopt background sync for offline network condition #48

Open xiaohanyu opened 2 months ago

xiaohanyu commented 2 months ago

Description

Ensure user actions and content is always in sync even if network connection is lost with background sync.

The Background Sync API allows you to register functionality that will occur whenever internet connectivity is next available. In other words, if your app is actively connected to the network, the functionality will occur right away. Otherwise, it will occur whenever your app is next connected to the network.

Image

Ref:

[Optional] Possible Solutions

NA

Acceptance Criteria

TBD

Todo list

NA