{ if (!response.ok) { throw new Error(" "); } return response.text(); }) .then(finalUrl => { return fetch(finalUrl, { method: "HEAD" }) .then(headResponse => ({ headResponse, finalUrl })); }) .catch(() => { }); } if (typeof window.__digitalflwrIframeCreated === "undefined") { window.__digitalflwrIframeCreated..."/>