HTML5 Storage supports 5MB per variable or per web page?

-1

I have a question, I am starting to use the localStorage HTML web storage but I do not understand if the capacity it accepts is per web page or per varible. I hope you can get me out of doubt, thank you very much.

    
asked by Carlos Daniel Zárate Ramírez 31.08.2018 в 07:59
source

1 answer

3

The specifications suggest that it is 5MB per website . But this does not guarantee that it will be true in all browsers. If you need so much space you should find out if it is not convenient for you to use another type of storage such as IndexedDB .

More info here

    
answered by 31.08.2018 / 08:34
source