New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 773439 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Closed: Oct 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

ES6 Modules fail to load when DevTools is open, waits forever

Project Member Reported by l...@chromium.org, Oct 10 2017

Issue description

Chrome Version: 63.0.3231.0

What steps will reproduce the problem?
(1) Start a local webserver, e.g. python SimpleHTTPServer
(2) Open a site with ES6 modules, e.g. see `index.html` + `moduleB.js`
(3) Alert is visible, modules work fine
(4) Open DevTools and refresh the inspected page

What is the expected result?
Page should refresh, finish loading, and alert once more.

What happens instead?
The loading spinner never stops spinning, DevTools' Network panel lists `moduleB.js` with status `(pending)`.


Notes:
- Repro might be a little flaky, sometimes toggling the 'Disable cache' in Network panel between refreshing might trigger this.
- While waiting, trying to open a second tab and repro usually causes the first tab to complete the request and show its alert.
 
es6modulesTest.html
158 bytes View Download
moduleB.js
43 bytes View Download

Comment 1 by l...@chromium.org, Oct 31 2017

Status: WontFix (was: Assigned)
Sorry, it looks like this was a problem with my server setup.

Sign in to add a comment