|
|
@@ -880,7 +880,7 @@ this.SingleFileCore = this.SingleFileCore || (() => {
|
|
|
const dataURI = await batchRequest.addURL(new URL(resourceURL, baseURI).href);
|
|
|
resourceElement.setAttribute(attributeName, dataURI);
|
|
|
} catch (error) {
|
|
|
- // ignored
|
|
|
+ /* ignored */
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
@@ -897,7 +897,7 @@ this.SingleFileCore = this.SingleFileCore || (() => {
|
|
|
const dataURI = await batchRequest.addURL(new URL(resourceURL, baseURI).href);
|
|
|
return dataURI + (srcsetValue.w ? " " + srcsetValue.w + "w" : srcsetValue.d ? " " + srcsetValue.d + "x" : "");
|
|
|
} catch (error) {
|
|
|
- // ignored
|
|
|
+ /* ignored */
|
|
|
}
|
|
|
}
|
|
|
}));
|