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). Returnsundefined 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 | undefinedReturns: ElectronCompatibility | undefined — The runtime Electron compatibility verdict, or undefined.