You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With newer browsers it is possible to access the files system of a user. (with limited access but possibel)
To improve the download experience we should allow a button like download all, that will open a dialog to choose a folder and then the browser can create and download all files to that folder.
That will also allow us to controll how much parallel downloads we want.
With newer browsers it is possible to access the files system of a user. (with limited access but possibel)
To improve the download experience we should allow a button like
download all
, that will open a dialog to choose a folder and then the browser can create and download all files to that folder.That will also allow us to controll how much parallel downloads we want.
More information can be found here:
https://web.dev/file-system-access/#opening-a-directory-and-enumerating-its-contents
The text was updated successfully, but these errors were encountered: