-
Notifications
You must be signed in to change notification settings - Fork 287
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
Proxy CFW DevTools for Workerd #1518
Conversation
@juanpprieto It looks like the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍🏼
👍🏼 I ended up having to make this same change (along another) on my PR to fix upgrade tests on CI |
This PR adds a proxy to the modified DevTools published by Cloudflare so that we can use them at
localhost:9229
.It's a bit slow to load for the first time due to HTTP/1.1 request limit in localhost. We could add SSL or proxy this from
https://inspect.hydrogen.app/...
to speed it up with HTTP/2, but I think it's good enough 🤔