Initiates downloading an IIIF manifest json file from URL. Returns a Promise to allow subsequent processing on a successful fetch.
string containing the URL to Fetch
Promise The object returned through the Promise is the javascript object obtained by deserializing the json text. *
Initiates downloading an IIIF manifest json file from URL. Returns a Promise
to allow subsequent processing on a successful fetch.