MainProcessTarget.sys.mjs |
The main process Target.
Matches BrowserDevToolsAgentHost from chromium, and only support a couple of Domains:
https://cs.chromium.org/chromium/src/content/browser/devtools/browser_devtools_agent_host.cc?dr=CSs&g=0&l=80-91
|
1515 |
TabTarget.sys.mjs |
Target for a local tab or a remoted frame.
|
3832 |
Target.sys.mjs |
Base class for all the targets.
|
1865 |
TargetList.sys.mjs |
Start listing and listening for all the debuggable targets
|
3968 |