Add transport layer that will be used by generated BiDi Modules#17758
Add transport layer that will be used by generated BiDi Modules#17758pujagani wants to merge 10 commits into
Conversation
PR Summary by QodoIntroduce opaque BiDi Handle and Module base for generated BiDi APIs
AI Description
Diagram
High-Level Assessment
Files changed (6)
|
Code Review by Qodo
Context used✅ Tickets:
🎫 2.48 doesn't trigger javascript in link's href on click() 🎫 Instance ChroneDriver Error: ConnectFailure✅ Compliance rules (platform):
18 rules 1. No tests for Handle API
|
fbef9ae to
6d114f7
Compare
|
Code review by qodo was updated up to the latest commit 1360947 |
|
Code review by qodo was updated up to the latest commit ffe777f |
🔗 Related Issues
Add a thin transport layer that the generated BiDi modules can use in future.
💥 What does this PR do?
It as a mechanism to provide an handle to BiDi. End user cannot use to to call any methods to it but it is used to pass to BiDi module's constructor to send commands and subscribe to events.
🔧 Implementation Notes
🤖 AI assistance
💡 Additional Considerations
🔄 Types of changes