Skip to content

ConnectToCdpOptions.shouldWarnOnCompatibilityIssues?

ConnectToCdpOptions › shouldWarnOnCompatibilityIssues?

Type: boolean

Whether the owned-instance compatibility **nag warnings** are emitted.

Covers both the offline installer↔app warning and the post-boot runtime-Electron warning. When true (the default) each fires via the harness log; set false to silence both — the verdicts are still surfaced on CdpConnection.compatibility / CdpConnection.electronCompatibility, only the log is suppressed. Ignored in attach mode (port set).