Skip to content

CDP

The CDP layer is responsible for sending protocol commands and delivering protocol events back to the facade and plugins.

  • cdp-rpc.ts for request/response correlation.
  • cdp-events.ts for event subscription and dispatch.

Every higher-level feature in the repo ultimately relies on CDP, so this layer needs to stay small and predictable.