webxdc / store

XDC store, migrated to codeberg
https://codeberg.org/webxdc/store
5 stars 0 forks source link

Add webxdc caching #76

Closed Septias closed 1 year ago

Septias commented 1 year ago

close #68

adbenitez commented 1 year ago

does this save the files in localStorage or IndexDB? there are limitations for localStorage, check: https://github.com/webxdc/webxdc_docs/issues/56

Septias commented 1 year ago

does this save the files in localStorage or IndexDB? there are limitations for localStorage, check: webxdc/webxdc_docs#56

It uses indexdb

adbenitez commented 1 year ago

It uses indexdb

great! :rocket: