You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1.6 KiB

Inspector

_Auto generated documentation for WebKit inspector

Commands

Inspector.enable(callback)

Enables inspector domain notifications.

Parameters

callback ( function )

Results

error ( error )

Inspector.disable(callback)

Disables inspector domain notifications.

Parameters

callback ( function )

Results

error ( error )

Inspector.initialized(callback)

Sent by the frontend after all initialization messages have been sent.

Parameters

callback ( function )

Results

error ( error )

Events

Event: evaluateForTestInFrontend

Results

script ( string )

Event: inspect

Results

object ( Runtime.RemoteObject )
hints ( object )

Event: detached

Fired when remote debugging connection is about to be terminated. Contains detach reason.

Results

reason ( string )

The reason why connection has been terminated.

Event: activateExtraDomains

Fired when the backend has alternate domains that need to be activated.

Results

domains ( array )

Domain names that need activation

Event: targetCrashed

Fired when debugging target has crashed