mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
a2716acf4c
When responses are cached ok during sw initialization, but caching throws an error when handling api response, this response never gets to client. Fix response delivery by catching errors, add logging and 2 test cases. Same changes for master branch in PR #32996 Fixes #21412 PR Close #33165