Bug reproduction instructions
- Run a local server (ex http-server), hosting
./index.html
- Open Chrome
- Open DevTools
- Navigate to the hosted
index.html
(ex if you used http-server with default settings,http://localhost:8080/index.html
)- The debugger in
client.js
has paused execution
- The debugger in
- Go to Network panel
- Set throttle to 1 Kbps
- Click the play button under the address bar to resume execution
- Wait ~30 seconds
- Kill the local server
- Switch to DevTools’ Network panel
- Remove the throttle (“no throttle”)
- Switch to DevTools’ Console panel
- Notice the error printed in the console cites
client.js
but no error citingsw.js