davidaurelio / devtools-protocol

Chrome DevTools Protocol

Home Page:https://chromedevtools.github.io/devtools-protocol/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

devtools-protocol

Please file issues on crbug.com if you have concerns or problems with the DevTools Protocol (aka Chrome Remote Debugging Protocol).

Use the protocol viewer for navigating the protocol.

TypeScript definitions for the protocol's types are available in 'types/protocol.d.ts'. Mappings from Commands and events to these types are available in either generated DomainApi style in types/protocol-proxy-api.d.ts or in simple name-to-type-interface style in types/protocol-mapping.d.ts.

Also, this repo is published as the devtools-protocol NPM module. npm

About

Chrome DevTools Protocol

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

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:JavaScript 96.4%Language:TypeScript 2.5%Language:Shell 1.2%