AsarFallback
The silent-asar-fallback verdict for a booted owned instance, carried as data on the transport / connection result so consumers can assert on it.
Import:
import type { AsarFallback } from 'obsidian-integration-testing';Signature:
export interface AsarFallbackProperties
| Property | Type | Description |
|---|---|---|
| message? | string | A human-readable explanation, present for the 'fallback' tier. |
| requestedVersion | null | string | The pinned app (asar) version that was requested, or null when none. |
| runningApiVersion | null | string | The app (asar) version actually running, or null when unreadable. |
| tier | AsarFallbackTier | The resolved fallback tier. |
Links to this page: