ElectronDebugger.attach method
ElectronDebugger › attach
Unofficial
Attaches the debugger to the web contents.Signature:
attach(protocolVersion?: string | undefined): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| protocolVersion? | string | undefined | The requested debugging protocol version. |
Returns: void