Answer the question
In order to leave comments, you need to log in
Why doesn't save multiple images in localStorage?
Здравствуйте, Тостер-сообщество!
Информацию о том как сохранять изображения в localStorage на Тостере нашел, но вот в моем случае https://jsfiddle.net/bezvoshchuk/8o0m2b8a/ почемуто при перезагрузке страницы сохраняется только последняя картинка.
Помогите пожалуста разобраться что я делаю не так.
Заранее спасибо.
Answer the question
In order to leave comments, you need to log in
localStorage.addItem
overwrites the value. It is necessary to write one array there with all the elements, but since only strings can be stored in localStorage, JSON is used
You may be running into a 5mb limit
Use
https://github.com/tantaman/LargeLocalStorage
https://github.com/mozilla/localForage
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question