Skip to content

Commit a72f0a2

Browse files
docs: add implementation design document for I/O and multiplexing support
1 parent d86f32a commit a72f0a2

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,10 +79,6 @@ See the [examples directory](examples/) for more usage patterns.
7979

8080
For users who prefer to manage their own I/O:
8181

82-
## Sans-I/O Mode (Original)
83-
84-
For users who prefer to manage their own I/O:
85-
8682
```python
8783
from cdp import page
8884

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Implementation Summary: I/O and Multiplexing Support
1+
# Implementation Design Document: I/O and Multiplexing Support
22

33
This document summarizes the implementation of I/O capabilities and JSON-RPC framing with command multiplexing for the Chrome DevTools Protocol library.
44

@@ -181,4 +181,4 @@ This implementation successfully adds I/O capabilities and command multiplexing
181181
- ✅ Documentation (README, guide, examples)
182182
- ✅ Backward compatibility (100%)
183183

184-
The implementation fulfills the issue requirements: "Add some IO up in this thing. Add support for the JSON RPC framing (if it's still a thing) AND multiplexing commands. Multiplex so much you can't plex any more."
184+
The implementation fulfills the issue requirements: "Add some IO up in this thing. Add support for the JSON RPC framing (if it's still a thing) AND multiplexing commands. Multiplex so much you can't plex any more."

docs/index.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Python wrappers for Chrome DevTools Protocol (CDP).
1111

1212
overview
1313
getting_started
14+
connection
1415
api
1516
develop
1617
changelog

0 commit comments

Comments
 (0)