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
This is needed in case scripts imported via importScript change but not the assets. A current workaround is to include imports as assets. A more abstract, generic way is to allow the inclusion of a version mark in the service worker provided by the consumer to force service worker update.
This is needed in case scripts imported via
importScriptchange but not the assets. A current workaround is to include imports as assets. A more abstract, generic way is to allow the inclusion of a version mark in the service worker provided by the consumer to force service worker update.