-
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
Use correct versionized DevTool front-end #6
Comments
You may want to detect the Blink version, rather than the WebKit version :) |
The property is actually still called |
Oh, well then. My bad! |
I tried having a Canary (58) connect to current stable (56) and it didn't work so great. There was some flickering on the image. It looks like you hard coded in a revision. Can you describe the process by which you selected that revision? |
@kzahel The DevTools version is selected on a per-commit basis. No special policy or process. |
Different versions of Chrome supports different features in DevTools, in order to make DevTools Remote work in current and future versions, then it should load the correct versionized DevTool front-end.
Steps:
The text was updated successfully, but these errors were encountered: