Expand description
The watcher is the main entry point when debugging an element. Right now only web views are supported. It talks to the devtools remote and lists the capabilities of the inspected target, and it serves as a bridge for messages between actors.
Liberally derived from the Firefox JS implementation.
Modulesยง
- Liberally derived from https://searchfox.org/mozilla-central/source/devtools/server/actors/target-configuration.js This actor manages the configuration flags that the devtools host can apply to the targets.
- Liberally derived from https://searchfox.org/mozilla-central/source/devtools/server/actors/thread-configuration.js This actor manages the configuration flags that the devtools host can apply to threads.
Structsยง
- Document
Event ๐ - Describes the debugged context. It informs the server of which objects can be debugged. https://searchfox.org/mozilla-central/source/devtools/server/actors/watcher/session-context.js
- Watch
Targets ๐Reply - Watcher
Traits ๐