ElectronWebContents.inspectSharedWorkerById method
ElectronWebContents › inspectSharedWorkerById
Unofficial
Inspects the shared worker based on its id.Signature:
inspectSharedWorkerById(workerId: string): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| workerId | string | The id of the shared worker. |
Returns: void