Skip to content

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 AsarFallback

Properties

PropertyTypeDescription
message?stringA human-readable explanation, present for the 'fallback' tier.
requestedVersionnull | stringThe pinned app (asar) version that was requested, or null when none.
runningApiVersionnull | stringThe app (asar) version actually running, or null when unreadable.
tierAsarFallbackTierThe resolved fallback tier.

Links to this page: