Slide 32
Slide 32 text
• Name is misleading
• It does not offer any data synchronisation possibilities, but offers the
possibility to start a (periodic) “sync” event
• It’s totally up to the developer what to do in the “sync” event
• In case the user agent is offline, the sync will be automatically scheduled to
be sent, when the user agent is online again
• Since the sync is done in the ServiceWorker, the page can be closed, the
sync will be fulfilled anyway
• It does not help anything with syncing your actual data!
Background Sync API