@dxos/app-framework - v0.9.0
    Preparing search index...

    Type Alias PreloadOptions

    PreloadOptions: Options & {
        onPluginLoaded?: (loaded: number, total: number) => void;
    }

    Options for the preload entry point. Adds an optional progress hook so hosts can drive a boot-loader counter (Loading plugins (3/12)…) as remote plugin manifests resolve. Resolution order is not deterministic — each entry races its own network fetch — so callers should treat loaded as a count, not an index. Failures are still swallowed; loaded advances on both success and recoverable failure so the counter always reaches total.