diagnostics property

Returns an object used to communicate with the parent Diagnostics Object Model.

Note  These APIs can only be used with F12 developer tools and the Diagnostics Script Engine, and can't be called from JavaScript.

 

This property is read-only.

 

Syntax

JavaScript
ptr = object.diagnostics

 

Property values

Type: WebWorkerDiagnosticsDiagnostics

The global scope diagnostics object.

See also

WebWorkerDiagnosticsGlobalScope