فهرست منبع

use Map#size to get the size of the Map

Gildas 7 سال پیش
والد
کامیت
b338a37a5d
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      lib/single-file/single-file-core.js

+ 1 - 1
lib/single-file/single-file-core.js

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