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
I believe at the f2f last week we decided that we need to provide some mechanism to update multiple service workers coherently. Right now if you have two service workers, one will always update before the other one.
I think a reasonable way to do this would be something like an "update group" in the registration.
Updates to either script would then trigger updates for all other scripts in 'foo' group. Each service worker in the group would progress through installing/waiting/activating together.
The text was updated successfully, but these errors were encountered:
I believe at the f2f last week we decided that we need to provide some mechanism to update multiple service workers coherently. Right now if you have two service workers, one will always update before the other one.
I think a reasonable way to do this would be something like an "update group" in the registration.
Updates to either script would then trigger updates for all other scripts in 'foo' group. Each service worker in the group would progress through installing/waiting/activating together.
The text was updated successfully, but these errors were encountered: