WebWorkerDiagnosticsGlobalScope object

Object provides properties associated with the web worker's global scope.

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

 

 

DOM Information

Inheritance Hierarchy

The WebWorkerDiagnosticsGlobalScope does not inherit from any class or interface.

Members

The WebWorkerDiagnosticsGlobalScope object has these types of members:

  • Properties

Properties

The WebWorkerDiagnosticsGlobalScope object has these properties.

Property Access type Description

diagnostics

Read-only

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

self

Read-only

Returns a reference to the WebWorkerDiagnostics global scope

worker

Read-only

Returns a WebWorkerDiagnosticsWorker object that's used to access the WorkerGlobalScope.