inkeliz / giostorage

MIT License
0 stars 0 forks source link

Replace LocalStorage API by IndexedDB API #1

Open inkeliz opened 3 years ago

inkeliz commented 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.

gedw99 commented 2 years ago

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...