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 🔒
- protocol 🔒Low-level wire protocol implementation. Currently only supports JSON packets.
Structs§
- Stream
Id 🔒
Enums§
- Unique
Id 🔒
Functions§
- Process the input from a single devtools client until EOF.
- Spin up a devtools server that listens for connections on the specified port.