fix(service-worker): throw a critical error when handleFetch fails #51885 for 15.2 Branch#51923
fix(service-worker): throw a critical error when handleFetch fails #51885 for 15.2 Branch#51923janniemeyer wants to merge 1 commit intoangular:15.2.xfrom
Conversation
…ngular#51885). Apply the workaround approved for Angular 16 to Angular 15 as in angular@c3d901e Original description: On Safari, the cache might fail on methods like `match` with an `Internal error`. Critical errors allows to fallback to `safeFetch()` in the `Driver`. fixes: angular#50378 PR Close angular#51885
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
|
@janniemeyer Could amend you commit and include the same change as #51960 ? It turns out that the initial fix in #51885 isn't enough |
|
I've opened #51989 which includes both changes. |
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Apply the workaround approved for Angular 16 to Angular 15 as in #51885
Original description: