Function loadManifest

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

    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. *