Support falling through with associated data
- introduce Response::FallThrough(std::string) as an overload
- add fallthrough_data as a member of dispatchable and require it
in constructor;
- support pass_associated_data in protocol_config.json
- if the latter is specified, pass additional parameter to impl method.
Bug: 512156136
Change-Id: I64ddf774c27e116092535c431c9ec71b7dec7b91This 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.