Navigate the Chrome DevTools Protocol
masterTo browse and navigate the structure of the protocol, use the official protocol viewer.
repository·master·Indexed 23 days ago
https://github.com/chromedevtools/devtools-protocolTypeScript definitions and mappings for the Chrome DevTools Protocol, providing type safety for protocol commands and events. Includes core protocol types and mapping styles via the devtools-protocol npm module.
devtools-protocol.The repository provides comprehensive TypeScript definitions for the protocol's types. You can find these in the types/ directory. Depending on your needs, you can use different mapping styles:
types/protocol.d.ts: Contains the core protocol types.types/protocol-proxy-api.d.ts: Provides mappings from Commands and events to types in a generated DomainApi style.types/protocol-mapping.d.ts: Provides mappings in a simple name-to-type-interface style.