actions |
|
|
legacy-target-watchers |
|
|
moz.build |
|
439 |
reducers |
|
|
selectors |
|
|
target-command.js |
This class helps managing, iterating over and listening for Targets.
It exposes:
- the top level target, typically the main process target for the browser toolbox
or the browsing context target for a regular web toolbox
- target of remoted iframe, in case Fission is enabled and some <iframe>
are running in a distinct process
- target switching. If the top level target changes for a new one,
all the targets are going to be declared as destroyed and the new ones
will be notified to the user of this API.
@fires target-tread-wrong-order-on-resume : An event that is emitted when resuming
the thread throws with the "wrongOrder" error.
@param {DescriptorFront} descriptorFront
The context to inspector identified by this descriptor.
@param {WatcherFront} watcherFront
If available, a reference to the related Watcher Front.
@param {Object} commands
The commands object with all interfaces defined from devtools/shared/commands/
|
45364 |
tests |
|
|