JSChromeDevtools class

Available extensions
Annotations

Constructors

JSChromeDevtools()

Properties

hashCode int
The hash code for this object.
no setterinherited
inspectedWindow JSDevtoolsInspectedWindow

Available on JSChromeDevtools, provided by the JSChromeJSDevtoolsInspectedWindowExtension extension

Use the chrome.devtools.inspectedWindow API to interact with the inspected window: obtain the tab ID for the inspected page, evaluate the code in the context of the inspected window, reload the page, or obtain the list of resources within the page.
no setter
inspectedWindowNullable JSDevtoolsInspectedWindow?

Available on JSChromeDevtools, provided by the JSChromeJSDevtoolsInspectedWindowExtension extension

no setter
network JSDevtoolsNetwork

Available on JSChromeDevtools, provided by the JSChromeJSDevtoolsNetworkExtension extension

Use the chrome.devtools.network API to retrieve the information about network requests displayed by the Developer Tools in the Network panel.
no setter
networkNullable JSDevtoolsNetwork?

Available on JSChromeDevtools, provided by the JSChromeJSDevtoolsNetworkExtension extension

no setter
panels JSDevtoolsPanels

Available on JSChromeDevtools, provided by the JSChromeJSDevtoolsPanelsExtension extension

Use the chrome.devtools.panels API to integrate your extension into Developer Tools window UI: create your own panels, access existing panels, and add sidebars.
no setter
panelsNullable JSDevtoolsPanels?

Available on JSChromeDevtools, provided by the JSChromeJSDevtoolsPanelsExtension extension

no setter
recorder JSDevtoolsRecorder

Available on JSChromeDevtools, provided by the JSChromeJSDevtoolsRecorderExtension extension

Use the chrome.devtools.recorder API to customize the Recorder panel in DevTools.
no setter
recorderNullable JSDevtoolsRecorder?

Available on JSChromeDevtools, provided by the JSChromeJSDevtoolsRecorderExtension extension

no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited