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
in my observation, upup doesn't play nice with other service workers. I am primarily talking about google analytics sw which is registered before upup, but only upup seems to register. When removing upup, analytics sw is registered.
Expected Behavior
registering multiple service workers should show them listed in chrome dev tools under 'Application'
Current Behavior
Only upup is listed as registered service worker
Your Environment
Version used: upup0.3
Browser Name and version: Chromium 56.0.2924.76
Operating System and version (desktop or mobile): Linux
The text was updated successfully, but these errors were encountered:
Only a single service worker may be active on the page at one time.
To allow UpUp to work together with other service workers, it will need to be modified so that it is loaded completely different, and imported into another service worker.
The philosophy behind UpUp is to solve a simple use case, without forcing the user to undergo a complex integration as would be required for the approach described above.
in my observation, upup doesn't play nice with other service workers. I am primarily talking about google analytics sw which is registered before upup, but only upup seems to register. When removing upup, analytics sw is registered.
Expected Behavior
registering multiple service workers should show them listed in chrome dev tools under 'Application'
Current Behavior
Only upup is listed as registered service worker
Your Environment
The text was updated successfully, but these errors were encountered: