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

Service workers #21

Open
PEM-- opened this issue Feb 15, 2017 · 0 comments
Open

Service workers #21

PEM-- opened this issue Feb 15, 2017 · 0 comments

Comments

@PEM--
Copy link
Member

PEM-- commented Feb 15, 2017

The current v1 solution leverage HTTP 304 mecanisms to void reloading the app (the HTML payload as well as its JS & CSS assets) on browser that have hit the server.

As we detect the platform, we are able to modify the payload for browser that are service worker compatible: http://caniuse.com/#feat=serviceworkers

By doing so, these browsers would even not tried to send an HTTP HEAD request.

Some discussions and links on Meteor support for service worker:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant