mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
#51885 patched a call site that threw an error but there were 2 others call that needed to be wrapped in the same way by a try/catch. `initializeFully` is part of the calls in `responseWith(handleFetch)`. Same #51885, throwing `SwCriticalError`allows the driver to fallback to `safeFetch` and ensure `responseWith` doesn't fail. Fixes #50378 PR Close #51960 |
||
|---|---|---|
| .. | ||
| adapter.ts | ||
| api.ts | ||
| app-version.ts | ||
| assets.ts | ||
| data.ts | ||
| database.ts | ||
| db-cache.ts | ||
| debug.ts | ||
| driver.ts | ||
| error.ts | ||
| idle.ts | ||
| manifest.ts | ||
| msg.ts | ||
| named-cache-storage.ts | ||
| service-worker.d.ts | ||
| sha1.ts | ||