Skip to content

ElectronWebContents.inspectSharedWorkerById method

ElectronWebContents › inspectSharedWorkerById

Unofficial

Inspects the shared worker based on its id.

Signature:

inspectSharedWorkerById(workerId: string): void

Parameters:

Parameter Type Description
workerId string The id of the shared worker.

Returns: void