mediascience / Browser-Multiple-Downloader

Simple download all for anchor tags that have "download" attribute set
Apache License 2.0
7 stars 8 forks source link

Chrome extension stops presenting files when dialog is dismissed #7

Open aztecrex opened 10 years ago

aztecrex commented 10 years ago

The Chrome download API has started throttling download requests (I see 6 simultaneous downloads are allowed). The extension's presentation of file is blocked by the API while current downloads progress. If you wait without clicking anything, all of your downloads will eventually be presented and downloaded. However, if you click on the page, the extension's dialog goes away and any files not yet presented do not download.

We should perform the download presentment from the background page independent of the presence of the extension's dialog.