Clone this repo:

Branches

  1. b5c91be Pass a span referring to static method name to protocol Callbacks by Andrey Kosyakov · 12 days ago main
  2. c004505 Support falling through with associated data by Andrey Kosyakov · 2 weeks ago
  3. e315fa7 Simplify protocol command dispatch by Andrey Kosyakov · 3 weeks ago
  4. d025eb4 Add HasKeyInMap by Alex Rudenko · 4 weeks ago
  5. 874bbc6 Harden sessionId verification and CBOR parsing by Danil Somsikov · 6 weeks ago

Chromium inspector (devtools) protocol

This package contains code generators and templates for the Chromium inspector protocol.

The canonical location of this package is at https://chromium.googlesource.com/deps/inspector_protocol/

In the Chromium tree, it's rolled into https://cs.chromium.org/chromium/src/third_party/inspector_protocol/

In the V8 tree, it's rolled into https://cs.chromium.org/chromium/src/v8/third_party/inspector_protocol/

See also Contributing to Chrome Devtools Protocol.

To build and run the tests of the crdtp library, see CRDTP - Chrome DevTools Protocol.