Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only scripts are exposed, not the entire resource contents #2

Open
GoogleCodeExporter opened this issue Mar 17, 2015 · 0 comments
Open

Comments

@GoogleCodeExporter
Copy link

Google Chrome version: Any
SDK full version: 0.1.0
OS + version: Any

What steps will reproduce the problem?
1. Attach to any tab with JS code inside several <script> tags in the HTML

What is the expected result?
The HTML page is shown entirely, with the <script> tags, in a single file.

What happens instead?
The <script> tag contents are mapped onto different files.

Please provide additional information below.
The tab resources are not exposed through the ChromeDevToolsProtocol. Only 
script contents are downloaded through the V8 debugger protocol.

Original issue reported on code.google.com by apav...@chromium.org on 16 Jul 2009 at 11:15

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant