jvilk / BrowserFS

BrowserFS is an in-browser filesystem that emulates the Node JS filesystem API and supports storing and retrieving files from various backends.
Other
3.07k stars 218 forks source link

Question about HTTPRequest and multipart files #284

Closed wbulot closed 1 year ago

wbulot commented 4 years ago

Hi Everyone,

Just discovered BrowserFS and I wonder if that can meet my need. I'm trying to download a multipart file from 2 different sources at the same time. Can httprequest (or other methods) do that? If so, is browserFS able to download large files without storing in memory but storing directly on local storage?

Thank you for your answers.