Also allow to update SW when some code changes happens within same version. At lest existing service_worker_update_require_callback was effective enough for me in private app tests and with react-oidc-demo app too. I didn't fail in any reload loop, since SW copy function was added to app prestart.
@piotrbartnik @guillaume-chervet would be great if you could prove that it works or not at yours environment
Should help with https://github.com/AxaFrance/oidc-client/issues/1400
Also allow to update SW when some code changes happens within same version. At lest existing
service_worker_update_require_callback
was effective enough for me in private app tests and with react-oidc-demo app too. I didn't fail in any reload loop, since SW copy function was added to app prestart.@piotrbartnik @guillaume-chervet would be great if you could prove that it works or not at yours environment