Is there a maximum amount of data a JavaScript application can store?
I guess this is handled by the browser and each one has its limitation?
If there isn\'t
I think the memory limitation is from the browser. We can use the DevTools to figure that out. Like in chrome, press F12 and enter window.performance.memory you can see the memory info.
window.performance.memory