AsarFallbackTier
The silent-asar-fallback tier for a booted owned instance.
'match'— the running app version equals the pinned version; the pin was honored. -'fallback'— the running app version differs from the pinned version; the installer silently ran a different (its own bundled) asar instead of the pin. -'unknown'— cannot be determined (no asar was swapped, so there is no pin to verify, or the live running version could not be read).
Import:
import type { AsarFallbackTier } from 'obsidian-integration-testing';Signature:
export type AsarFallbackTierSignature:
type AsarFallbackTier = 'fallback' | 'match' | 'unknown'Type: ‘fallback’ | ‘match’ | ‘unknown’
Links to this page: