-
Notifications
You must be signed in to change notification settings - Fork 72
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
"However, service workers are not available on first load" #70
Comments
That is my current understanding talking to service worker engineers. I'd love to hear otherwise from them, if you've been talking to a different set of folks. |
Given how far along Origin Policy/Manifest is (not that far), it seems a little premature to declare that this will never happen. |
Ok. I'd be happy to continue this discussion if you can point to some concrete statements contrary to what I've heard. |
Even if service workers become an option for the first page load, are there additional reasons for not using them? It might be useful to describe those as well. One that comes to mind is that service workers may not be available in some situations (private browsing?). BTW - this proposal might solve an inevitable problem when building microfrontends: loading assets from disparate servers in one browser runtime. |
Alternatively, with Early Hints we could do:
And (?) if we kept
|
Will this be true forever? If Origin Policy/Manifest somehow works well, I could imagine also preloading the service worker.
The text was updated successfully, but these errors were encountered: