Skip to content

Commit

Permalink
Update support info for service workers (#4825)
Browse files Browse the repository at this point in the history
  • Loading branch information
j-f1 authored and Timer committed Jul 26, 2018
1 parent 506b3f1 commit 69c3d4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react-scripts/template/README.md
Expand Up @@ -1983,8 +1983,8 @@ although to facilitate local testing, that policy
If your production web server does not support HTTPS, then the service worker
registration will fail, but the rest of your web app will remain functional.
1. Service workers are [not currently supported](https://jakearchibald.github.io/isserviceworkerready/)
in all web browsers. Service worker registration [won't be attempted](src/registerServiceWorker.js)
1. Service workers are [not supported](https://jakearchibald.github.io/isserviceworkerready/#moar)
in older web browsers. Service worker registration [won't be attempted](src/registerServiceWorker.js)
on browsers that lack support.
1. The service worker is only enabled in the [production environment](#deployment),
Expand Down

0 comments on commit 69c3d4b

Please sign in to comment.