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ยง
- network_
parent - target_
configuration - 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.
- thread_
configuration - 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 ๐ - GetBreakpoint
List ๐Actor Reply - GetNetwork
Parent ๐Actor Reply - GetParent
Browsing ๐ContextID Reply - GetTarget
Configuration ๐Actor Reply - GetThread
Configuration ๐Actor Reply - Session
Context - 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
Actor - Watcher
Actor Msg - Watcher
Traits ๐ - Will
Navigate Message