Service Worker: Detach the controller when falling back to network on failure
Otherwise, subresource loads would also go to the broken SW, defeating the fallback mechanism. It also would skew start worker metrics if the SW fails to startup on each requst. The eviction mechanism already takes case of this in ServiceWorkerRegistration::DeleteVersion, but we don't currently evict everytime a fetch event fails to dispatch. BUG=498661,448003 Review URL: https://codereview.chromium.org/1173943002 Cr-Commit-Position: refs/heads/master@{#333713}
Showing
Please register or sign in to comment