node/deps/inspector_protocol
Node.js GitHub Bot f1acefa9a9
deps: update inspector_protocol to af7f5a8173fdbc29f0835ec94395932e328b
PR-URL: https://github.com/nodejs/node/pull/60312
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
2025-10-21 00:44:16 +00:00
..
crdtp deps: update inspector_protocol to af7f5a8173fdbc29f0835ec94395932e328b 2025-10-21 00:44:16 +00:00
lib deps: update inspector_protocol to af7f5a8173fdbc29f0835ec94395932e328b 2025-10-21 00:44:16 +00:00
templates tools: update inspector_protocol to 69d69dd 2025-07-02 19:57:10 +00:00
BUILD.gn tools: update inspector_protocol to 69d69dd 2025-07-02 19:57:10 +00:00
check_protocol_compatibility.py
code_generator.py tools: update inspector_protocol to 69d69dd 2025-07-02 19:57:10 +00:00
concatenate_protocols.py
convert_protocol_to_json.py
inspector_protocol.gni tools: update inspector_protocol to 69d69dd 2025-07-02 19:57:10 +00:00
inspector_protocol.gyp
LICENSE tools: update inspector_protocol to 69d69dd 2025-07-02 19:57:10 +00:00
pdl.py deps: update inspector_protocol to af7f5a8173fdbc29f0835ec94395932e328b 2025-10-21 00:44:16 +00:00
README.md
README.node deps: update inspector_protocol to af7f5a8173fdbc29f0835ec94395932e328b 2025-10-21 00:44:16 +00:00

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.