Skip to content

ElectronWebContents.inspectSharedWorkerById method

ElectronWebContents › inspectSharedWorkerById

Unofficial

Inspects the shared worker based on its id.

Signature:

inspectSharedWorkerById(workerId: string): void

Parameters:

ParameterTypeDescription
workerIdstringThe id of the shared worker.

Returns: void