Chrome DevTools Protocol

repository·master·Indexed 23 days ago

https://github.com/chromedevtools/devtools-protocol

TypeScript 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.

Tokens
180
Snippets
0
Records
3
Agent score
31%

What's inside devtools-protocol

  1. Access TypeScript definitions for the DevTools Protocol

    master

    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.