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

Deserialize Commands to a structure like CdpEvent/CdpEventMessage #152

Open
lf- opened this issue Jun 17, 2023 · 0 comments
Open

Deserialize Commands to a structure like CdpEvent/CdpEventMessage #152

lf- opened this issue Jun 17, 2023 · 0 comments

Comments

@lf-
Copy link

lf- commented Jun 17, 2023

I am implementing a Chrome DevTools server (with very limited scope; just Network) and it seems that the chromiumoxide_cdp types are not really set up for deserializing Command structures, only Events.

It would be useful to have generated enums for these so that the system can be run the other way around. For now I'm just going to implement it manually downstream as I don't intend to support much of the protocol, so this is a very low priority feature request.

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

No branches or pull requests

1 participant