I do some data manipulation on the browser and I use an object (of arrays) as a local DB where I store and query things for the duration of the page session.
My question is, how big is this object of arrays allowed to get on the browser? The data I'm storing are images as Base64 strings. I'm assuming I cannot be adding things to it indefinitely there should be some maximum size allowed ?