fairDataSociety / fdp-storage

Serverless Web3 filesystem for organizing users' personal data implemented in Typescript.

Home Page:https://www.npmjs.com/package/@fairdatasociety/fdp-storage

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add ability to track file upload and download progress

IgorShadurin opened this issue · comments

Currently, fdp-storage supports uploading and downloading files, but it doesn't provide any way to track the progress of these operations. This becomes particularly important for large files, where the process can take a significant amount of time.

A progress tracking feature would make the library more useful and user-friendly.