@companion-surface/base
    Preparing search index...

    Interface SurfaceFirmwareUpdateCache

    interface SurfaceFirmwareUpdateCache {
        fetchJson(url: string): Promise<any>;
    }
    Index

    Methods

    Methods

    • Fetch a json resource from the given URL. Calls will be cached between different surfaces

      Parameters

      • url: string

      Returns Promise<any>