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

    Type Alias Options

    Options for configuring the URL loader.

    type Options = {
        cache?: Cache;
        key?: string;
        storage?: Storage;
    }
    Index

    Properties

    Properties

    cache?: Cache

    Per-platform offline asset cache. Defaults to a no-op cache (no offline support).

    key?: string
    storage?: Storage