let result = fetch(url, {
        headers
      }).then(function (response) {
        if (response.ok) {
          return response.blob();