简体   繁体   English

是否有可能超出本地存储的限制?

[英]Is it possible to exceed limit of local storage?

Is it possible to exceed the limit of 5mb (or 10mb) of the local storage? 是否可以超过本地存储的5mb(或10mb)限制? For example using the space dedicated to subdomains (but using the same URL / domain)? 例如,使用专用于子域的空间(但使用相同的URL /域)?

No, the spec intends to prevent using subdomains to get more space. 不,该规范旨在防止使用子域来获取更多空间。 Here's the spec: 规格如下:

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

Basically it's not possible. 基本上是不可能的。 Maybe you can use indexedDB instead. 也许您可以改用indexedDB

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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