-
Notifications
You must be signed in to change notification settings - Fork 38
Commit 3190e4f
Handle service worker error in Firefox (#8272)
* Handle service worker error in Firefox
See https://bugzilla.mozilla.org/show_bug.cgi?id=1429714 for more details.
* Update serviceWorker.js1 parent 0299c0e commit 3190e4f
File tree
2 files changed
+14
-6
lines changed- packages
- cra-template-typescript/template/src
- cra-template/template/src
2 files changed
+14
-6
lines changedLines changed: 7 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
138 | 138 |
| |
139 | 139 |
| |
140 | 140 |
| |
141 | - | ||
142 | - | ||
143 | - | ||
141 | + | ||
142 | + | ||
143 | + | ||
144 | + | ||
145 | + | ||
146 | + | ||
147 | + | ||
144 | 148 |
| |
145 | 149 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
130 | 130 |
| |
131 | 131 |
| |
132 | 132 |
| |
133 | - | ||
134 | - | ||
135 | - | ||
133 | + | ||
134 | + | ||
135 | + | ||
136 | + | ||
137 | + | ||
138 | + | ||
139 | + | ||
136 | 140 |
| |
137 | 141 |
|
0 commit comments