mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
64a415b91c
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