Skip to content

Commit 69c3d4b

Browse files
j-f1Timer
authored andcommitted
Update support info for service workers (#4825)
1 parent 506b3f1 commit 69c3d4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/react-scripts/template/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1983,8 +1983,8 @@ although to facilitate local testing, that policy
19831983
If your production web server does not support HTTPS, then the service worker
19841984
registration will fail, but the rest of your web app will remain functional.
19851985
1986-
1. Service workers are [not currently supported](https://jakearchibald.github.io/isserviceworkerready/)
1987-
in all web browsers. Service worker registration [won't be attempted](src/registerServiceWorker.js)
1986+
1. Service workers are [not supported](https://jakearchibald.github.io/isserviceworkerready/#moar)
1987+
in older web browsers. Service worker registration [won't be attempted](src/registerServiceWorker.js)
19881988
on browsers that lack support.
19891989
19901990
1. The service worker is only enabled in the [production environment](#deployment),

0 commit comments

Comments
 (0)