Expand description
An actor-based remote devtools server implementation. Only tested with nightly Firefox versions at time of writing. Largely based on reverse-engineering of Firefox chrome devtool logs and reading of code.
Modulesยง
- actor ๐
- actors ๐
- id ๐
- network_
handler ๐ - protocol ๐Low-level wire protocol implementation. Currently only supports JSON packets.
- resource ๐
Structsยง
- Devtools
Instance ๐ - Stream
Id ๐
Enumsยง
- Unique
Id ๐
Functionsยง
- handle_
client ๐Process the input from a single devtools client until EOF. - Spin up a devtools server that listens for connections on the specified port.