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
When enabling periodic sync for updates, we need to remove the setTimeout when needRefresh is called. If a sw is awaiting to be activated, when calling r.update in the callback and finding a new sw the current awaiting sw will be activated.
The text was updated successfully, but these errors were encountered:
When enabling periodic sync for updates, we need to remove the setTimeout when
needRefresh
is called. If a sw is awaiting to be activated, when callingr.update
in the callback and finding a new sw the current awaiting sw will be activated.The text was updated successfully, but these errors were encountered: