manifesto
    Preparing search index...

    Variable loadManifestConst

    loadManifest: (url: string) => Promise<any> = ...

    Initiates downloading an IIIF manifest json file from URL. Returns a Promise to allow subsequent processing on a successful fetch.

    Type declaration

      • (url: string): Promise<any>
      • Parameters

        • url: string

          string containing the URL to Fetch

        Returns Promise<any>

        Promise The object returned through the Promise is the javascript object obtained by deserializing the json text. *