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 ๐
- https://searchfox.org/mozilla-central/source/devtools/server/actors
- id ๐
- network_
handler ๐ - protocol ๐
- Low-level wire protocol implementation. Currently only supports JSON packets.
- resource ๐
Structsยง
- Devtools
Instance ๐ - Empty
Reply Msg - Stream
Id ๐
Enumsยง
- Unique
Id ๐
Functionsยง
- allow_
devtools_ ๐client - handle_
client ๐ - Process the input from a single devtools client until EOF.
- start_
server - Spin up a devtools server that listens for connections on the specified port.