google chrome - How to increase the number of concurrent downloads initiated by an extension? -


i have extension initiates downloads in background page. current problem when call chrome.downloads.download for, 100 times, download 5 files @ time until 100 files have been downloaded.

unfortunately can't control that. it's limitation of chrome's browser. security issue if can flood user's browser unlimited number of downloads.


Comments