|
|
@@ -349,9 +349,6 @@ this.SingleFileCore = this.SingleFileCore || (() => {
|
|
|
if (!this.options.saveRawPage && !this.options.removeFrames && this.options.framesData) {
|
|
|
this.options.framesData.forEach(frameData => this.maxResources += frameData.maxResources || 0);
|
|
|
}
|
|
|
- if (this.options.shadowRootsData) {
|
|
|
- this.options.shadowRootsData.forEach(shadowRootData => this.maxResources += shadowRootData.maxResources || 0);
|
|
|
- }
|
|
|
this.stats.set("processed", "resources", this.maxResources);
|
|
|
}
|
|
|
|