Skip to content

DesktopCdpTransport.getCompatibility method

DesktopCdpTransport › getCompatibility

Returns the resolved installer↔app compatibility verdict for this owned instance, so callers can assert on it. Returns undefined when this is not an owned instance, or the verdict could not be determined (e.g. an undetectable shell version, or the app version is absent from the table).

Signature:

getCompatibility(): InstallerCompatibility | undefined

Returns: InstallerCompatibility | undefinedThe compatibility verdict, or undefined.