Sources tab does not show any script resource that has a querystring
Reported by
matthew....@appian.com,
Jun 13 2017
|
||
Issue descriptionUserAgent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/58.0.3029.110 Safari/537.36 Steps to reproduce the problem: 1. Load a site that dynamically loads scripts from URLs that contain a querystring 2. open the dev tools 3. perform an action that triggers the download of the script you want to debug 4. verify in the Network tab that the script was, in fact, downloaded 5. check the Sources tab. The script isn't listed anywhere. What is the expected behavior? the scripts should show up in the Sources, even if they have querystrings appended What went wrong? the scripts aren't listed in the Sources tab. Did this work before? N/A Chrome version: 58.0.3029.110 Channel: stable OS Version: OS X 10.12.5 Flash Version: if you force debugging in the script by adding a `debugger` statement, the script is displayed in a tab within the Sources tab with a name like `VM130817`.
,
Jun 19 2017
I realized that I had some scripts loading via script tags and some being downloaded via XHR and `eval`ed. Of course the latter scripts don't have nice names. This is a non-bug. (I'm working on an unfamiliar codebase. I'm sorry!)
,
Jun 19 2017
Closing because it sounds like this isn't a bug. |
||
►
Sign in to add a comment |
||
Comment 1 by ranjitkan@chromium.org
, Jun 19 2017