简体   繁体   中英

Is it possible to exceed limit of local storage?

Is it possible to exceed the limit of 5mb (or 10mb) of the local storage? For example using the space dedicated to subdomains (but using the same URL / domain)?

No, the spec intends to prevent using subdomains to get more space. Here's the spec:

http://dev.w3.org/html5/webstorage/#disk-space

Basically it's not possible. Maybe you can use indexedDB instead.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM