+ 1
How to implement background sync? I've made a web page and I want to do background sync using an api.
Background sync
2 Answers
+ 1
What do you exactly mean? You have an api to fetch the image from and then setting it as a background?
0
Want to sync data even when network is not available. Means when submit button is clicked(when no network), the data should available on the server when network is available.