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

Can I integrate with Service Workers? #715

Closed
Shyam-Chen opened this issue May 15, 2017 · 4 comments
Closed

Can I integrate with Service Workers? #715

Shyam-Chen opened this issue May 15, 2017 · 4 comments

Comments

@Shyam-Chen
Copy link

No description provided.

@samvloeberghs
Copy link

samvloeberghs commented May 22, 2017

Please be more specific about what you'd want to achieve..

But if I understand correctly, you'd like to use universal in a service worker. Probably you'd want this to happen in a more generally called web worker, not a service worker. Service workers are typically used for background work like push notifications, caching, syncing etc. Web workers in general allow for more parallel work, that is not related to the DOM.

Still need to be convinced about use-cases running Angular in a web worker tough..

If you'd like to know more about the mobile toolkit, check here: https://github.com/angular/mobile-toolkit

@Toxicable
Copy link

You most definitely can use Universal with Service Workers

@Toxicable
Copy link

can be closed.

@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 4, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants