Add Debug Refresh to Service Worker-rendered Error Pages
Created:1780465597Priority:BStatus:to-doDescription:
When users are rapidly prototyping and debugging locally, they can expect to see the page refresh immediately as soon as they focus on their browser window after their new service worker is deployed. The server error page itself doesn't have this automation.
When the build experiences a server error at the local level (service worker), the correct error page is shown but the user corrects this error, launches a new local build, and switches back to the browser window, they must manually skip waiting on the service worker and refresh the page.
Affected Parts:error.abstract.partsLinked Issues: None