New issue
Advanced search Search tips

Issue 729060 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Dec 5
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 3
Type: Bug



Sign in to add a comment

DevTools & SW: Update on reload does not work after being changed

Project Member Reported by pfeldman@chromium.org, Jun 2 2017

Issue description

- Register a new sw.js
- Open DevTools, check "Update on reload"
- Reload several times, all works
- Change the sw.js script
- Reload

Actual: SW is stuck installing.

It seems to be flaky and was always broken, except for Stable seems to be working fine :/
 
Owner: horo@chromium.org
Status: Assigned (was: Unconfirmed)
I think the issue is with cache.addAll and/or fetch within install. If I use those, installing phase inevitably fails.
Here is the repo for repro: https://github.com/samccone/fidgetspin.xyz
I can see fetch() in install of the new worker being intercepted by SW and then stalled.

Comment 4 by horo@chromium.org, Jun 7 2017

Status: Started (was: Assigned)

Comment 5 by horo@chromium.org, Jun 7 2017

Labels: Needs-Feedback
Do you know how many connections your testing server can handle in parallel?

https://bugs.chromium.org/p/chromium/issues/detail?id=444440#c10 may be related.
Status: Fixed (was: Started)
Assuming this is fixed.

Sign in to add a comment