shpp / programming.org.ua

https://programming.org.ua/
0 stars 1 forks source link

research ways to save image in browser to restore it later #103

Open ihor-bobyr opened 1 year ago

ihor-bobyr commented 1 year ago

for example: check ability to store and restore image from localstorage or use indexdb or use https://github.com/localForage/localForage to make wrapper on local storage and index db code

this is valid for input[type="file"] files