feat(cdp): add 'event' and 'close' events to CDPSession#39552
feat(cdp): add 'event' and 'close' events to CDPSession#39552yury-s wants to merge 1 commit intomicrosoft:mainfrom
Conversation
yury-s
commented
Mar 7, 2026
- 'event' fires for every CDP event with { name, params? }, allowing subscriptions to all CDP events without knowing names ahead of time
- 'close' fires when the session is detached or the target closes
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
- 'event' fires for every CDP event with { name, params? }, allowing
subscriptions to all CDP events without knowing names ahead of time
- 'close' fires when the session is detached or the target closes
ecf3733 to
efb1e1d
Compare
Test results for "tests 1"1 failed 4 flaky38379 passed, 797 skipped Merge workflow run. |
Test results for "MCP"6 failed 5085 passed, 161 skipped Merge workflow run. |