jakke-korpelainen / newtab-angular

Custom New Tab -page (AngularJs, RequireJS)
MIT License
99 stars 25 forks source link

LocalStorage gets full sometimes #1

Closed jakke-korpelainen closed 9 years ago

jakke-korpelainen commented 9 years ago

"Storage failed: NS_ERROR_DOM_QUOTA_REACHED: Persistent storage maximum size reached". Maybe some of the images are too large to place encoded into the storage?

jakke-korpelainen commented 9 years ago

Storage wasn't cleared.

jakke-korpelainen commented 9 years ago

Still sometimes occur, need to go through the images and check that all of them can be saved in base64 respecting localstorage limits

jakke-korpelainen commented 9 years ago

Couldn't reproduce anymore, the refacturing might've fixed this.