You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browser & Platform:
Chrome Version 125.0.6422.142 (Official Build) (64-bit)
Issue or Feature Request Description:
It just doesn't sync when the connection is back. When I reload my page, the event sync doesn't seem listened anymore. After a while the sync is triggered but quite some time after we have the connection back (3 or 4mn maybe).
The implementation is quite basic:
registerRoute(({ url })=>isApiUrl(url.href)&&url.href.match(/.*\/documents\/.*\//),newNetworkOnly({plugins: [newApiPlugin({type: 'update'}),// to update the cache with new datanewBackgroundSyncPlugin('queue-doc-api'),// save when connection is back],}),'PATCH',);
Demo
scrnli_6_17_2024_12-47-05.PM.webm
The text was updated successfully, but these errors were encountered:
Library Affected:
workbox-background-sync
Browser & Platform:
Chrome Version 125.0.6422.142 (Official Build) (64-bit)
Issue or Feature Request Description:
It just doesn't sync when the connection is back. When I reload my page, the event
sync
doesn't seem listened anymore. After a while the sync is triggered but quite some time after we have the connection back (3 or 4mn maybe).The implementation is quite basic:
Demo
scrnli_6_17_2024_12-47-05.PM.webm
The text was updated successfully, but these errors were encountered: