jeff-zucker / solid-file-client

A Javascript library for creating and managing files and folders in Solid data stores
MIT License
55 stars 18 forks source link

get progress on long operation like deletefolder #161

Open scenaristeur opened 4 years ago

scenaristeur commented 4 years ago

Hi everyone, is there a way to get progress of solid-file-client operation. For example, when deleting or moving a folder, on Popock / storage https://scenaristeur.github.io/solid-vue-panes/storage

there are a lot of operations (HEAD, OPTIONS...) and i'd like to show a progressbar so i need to get a evaluation of totaltime and passed time, or totaloperations /passed operations

image

As someone an idea ?