This repository was archived by the owner on Mar 14, 2024. It is now read-only.
This repository was archived by the owner on Mar 14, 2024. It is now read-only.
Typo / mistake in Learn PWA > Service Workers #10331
Closed
Description
The Registering a service worker sections states:
Before a service worker takes control of your page, it must be registered for your PWA. That means the first time a user comes to your PWA, network requests will not go directly to your server because the service worker is not yet in control of your pages.
That seems to be a mistake: on first load, the requests won't be intercepted by the PWA, and will go directly to your server.