@@ -286,7 +286,7 @@ this.SingleFileCore = this.SingleFileCore || (() => {
}
getMaxResources() {
- return Array.from(this.requests.keys()).length;
+ return this.requests.size;
async run(onloadListener, options) {