angular-cn/packages/service-worker/worker/src
Alex Wiese 96cdf035d8 fix(service-worker): treat 503 as offline (#35595)
Prior to this commit the service worker only treated 504 errors as "effectively offline".
This commit changes the behaviour to treat both 503 (Service Unavailable) and 504 as "offline".

Fixes #35571

PR Close #35595
2020-02-25 13:10:10 -08:00
..
adapter.ts fix(service-worker): registration failed on Safari (#31140) 2019-06-24 14:58:58 -07:00
api.ts
app-version.ts fix(service-worker): continue serving api requests on cache failure (#32996) 2019-10-14 20:21:41 +00:00
assets.ts refactor(service-worker): make second parameter to `Adapter#parseUrl()` optional (#27080) 2019-03-21 12:07:56 -04:00
data.ts fix(service-worker): allow creating post api requests after cache failure (#33930) 2019-11-22 13:15:56 -05:00
database.ts
db-cache.ts feat(service-worker): support multiple apps on different subpaths of a domain (#27080) 2019-03-21 12:07:56 -04:00
debug.ts
driver.ts fix(service-worker): treat 503 as offline (#35595) 2020-02-25 13:10:10 -08:00
error.ts
idle.ts
manifest.ts fix(service-worker): detect new version even if files are identical to an old one (#26006) 2019-03-05 09:41:44 -08:00
msg.ts
service-worker.d.ts refactor(service-worker): update tests based of review feedback (#25860) 2018-11-01 15:13:32 -07:00
sha1.ts perf: don't create holey arrays (#32155) 2019-08-21 08:27:43 -07:00