Inspector
ExperimentalNo symbols match your filter.
Commands
Inspector.disable
Disables inspector domain notifications.
Inspector.enable
Enables inspector domain notifications.
Events
Inspector.detached
Fired when remote debugging connection is about to be terminated. Contains detach reason.
Parameters
| Name | Type | Description |
|---|---|---|
reason
|
string |
The reason why connection has been terminated. |
Inspector.targetCrashed
Fired when debugging target has crashed
Inspector.targetReloadedAfterCrash
Fired when debugging target has reloaded after crash
Inspector.workerScriptLoaded
Experimental Fired on worker targets when main worker script and any imported scripts have been evaluated.