-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
WebTorrent: Add "Save All Files..." feature #1230
Comments
I just did some investigation into how hard it would be to support "Save All Files...". The main constraint is that WebTorrent is running inside a Chrome extension, so we don't have direct access to the filesystem. First approach –
|
The Use cc @rossmoody to see if it's fine to serve a single |
seems like a win in my opinion in the interim. |
Thanks for the feedback @rossmoody, okay I'll send a PR to implement this. |
Currently there is no ability to save all files at once. User has to save each file separately. This commit fixes that. Fixes: brave/brave-browser#1230
Currently there is no ability to save all files at once. User has to save each file separately. This commit fixes that. Fixes: brave/brave-browser#1230
Verification passed on
Verified test plan from brave/brave-core#3146 Disabled "Save All Files..." when torrent is downloading Enabled "Save All Files..." when torrent is downloaded Verified that Save file modal is shown Verified content of the zip file Verified passed with
Disabled "Save All Files..." when torrent is downloading Enabled "Save All Files..." when torrent is downloaded & Save file modal is shown when link is clicked Verified content of the zip file Verification passed on
Enabled "Save All Files..." when torrent is downloaded & Save file modal is shown when link is clicked |
Steps to Reproduce
Actual result:
There is no ability to save all files at once. User has to save each file separately.
Expected result:
Ability to save the files in bulk
Brave version (chrome://version info)
cc @yrliou
Related issues: #289 #855
The text was updated successfully, but these errors were encountered: