Skip to content

ElectronDebugger.attach method

ElectronDebugger › attach

Unofficial

Attaches the debugger to the web contents.

Signature:

attach(protocolVersion?: string | undefined): void

Parameters:

ParameterTypeDescription
protocolVersion?string | undefinedThe requested debugging protocol version.

Returns: void