Save images in local storage as data URI
Last time I created markup I saved decorative images in css as data URI. So all images arrived to client with css and client saw all design at once without need waiting for downloading decorative images.
Now I’m doing the backbone app and I save models in localStorage. So only images are not saved locally. And I’ve got thought about saving non-decorative images in localStorage as data URI. I think it may have reason if you have not much pictures.
Of course limitation is 5MB for all stuff. What do you think?