Skip to content

ElectronDebugger.attach method

ElectronDebugger › attach

Unofficial

Attaches the debugger to the web contents.

Signature:

attach(protocolVersion?: string | undefined): void

Parameters:

Parameter Type Description
protocolVersion? string | undefined The requested debugging protocol version.

Returns: void