Skip to content

DesktopCdpTransport.getElectronCompatibility method

DesktopCdpTransport › getElectronCompatibility

Returns the runtime Electron compatibility verdict for this owned instance — whether the Electron version it is actually running is new enough for the running app version (read live post-boot; see ObsidianVersionMetadata.minRecommendedElectronVersion). Returns undefined when this is not an owned instance, the instance has not booted yet, or the verdict could not be determined (the live version was unreadable, or the app version carries no recommended Electron version).

Signature:

getElectronCompatibility(): ElectronCompatibility | undefined

Returns: ElectronCompatibility | undefinedThe runtime Electron compatibility verdict, or undefined.