Open inkeliz opened 3 years ago
Currently, giostorage uses LocalStorage API, since it's simple to use and avoid goroutines. However, for large files, IndexedDB API seems a better option.
giostorage
As mentioned here: https://app.slack.com/client/T029RQSE6/activity-page/thread/CM87SNCGM-1632928411.482300
I am also going to try out: https://github.com/hack-pad/hackpadfs and see how it goes...
Currently,
giostorage
uses LocalStorage API, since it's simple to use and avoid goroutines. However, for large files, IndexedDB API seems a better option.