Current section
Files
Jump to
Current section
Files
priv/devtools-protocol/README.md
# devtools-protocol
Please [file issues](https://github.com/ChromeDevTools/devtools-protocol/issues) at this repo if you have concerns or problems with the DevTools Protocol (aka Chrome Remote Debugging Protocol).
Use the [protocol viewer](https://chromedevtools.github.io/devtools-protocol/) for navigating the protocol. File issues at [its repo](https://github.com/ChromeDevTools/debugger-protocol-viewer) if you have a bug with the documentation webapp.
TypeScript definitions for the protocol's types are available in ['types/protocol.d.ts'](https://github.com/ChromeDevTools/devtools-protocol/tree/master/types). Mappings from Commands and events to these types are available in either generated `DomainApi` style in [`types/protocol-proxy-api.d.ts`](https://github.com/ChromeDevTools/devtools-protocol/blob/master/types/protocol-proxy-api.d.ts) or in simple name-to-type-interface style in [`types/protocol-mapping.d.ts`](https://github.com/ChromeDevTools/devtools-protocol/blob/master/types/protocol-mapping.d.ts).
Also, this repo is published as the [`devtools-protocol`](https://www.npmjs.com/package/devtools-protocol) NPM module.
