Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upup doesnt play nice with other service workers #112

Closed
japrescott opened this issue Mar 29, 2017 · 1 comment
Closed

upup doesnt play nice with other service workers #112

japrescott opened this issue Mar 29, 2017 · 1 comment

Comments

@japrescott
Copy link

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
@TalAter
Copy link
Owner

TalAter commented Mar 29, 2017

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.

@TalAter TalAter closed this as completed Mar 29, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants