-
Notifications
You must be signed in to change notification settings - Fork 40
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
Host DevTools on own permalink page via <iframe> #5
Comments
I'd love to be able to load specific devtools revisions (or any at all) in a http(s) URL. I tried using https://github.com/ChromeDevTools/devtools-frontend but the package.json did not have any scripts that seemed relevant to building the static html/css/js assets to be able to host a devtools instance. Any tips? |
Chrome is providing a cloud hosted front-end on AppSpot, so that would be ideal. Wanna try to give it a spin @kzahel ? |
Definitely! I saw that it was using appcache to download/store the assets. Would I just have it do that again and copy the URL format? |
Hmm I found a URL that seems to work (https://chrome-devtools-frontend.appspot.com/serve_file/@d19c087b9bfdf76a8af91e2f0a0e791bf2ffcafa/inspector.html) But it seems it doesn't include emulated mobile devices module?
|
I tried running |
The text was updated successfully, but these errors were encountered: