QUOTA_EXCEEDED_ERR: DOM Exception 22: An attempt was made to add something to storage that exceeded the quota.


Language Message
英文 QUOTA_EXCEEDED_ERR: DOM Exception 22: An attempt was made to add something to storage that exceeded the quota.

由于 HTML5 Storage 超出配额抛出的异常。

p.s. 绕过 Storage 存储限制的方案可以参考 filldisk.com 原理是使用多个子域存储,Storage 目前还没有跨域的限制。

案例

相关异常

参考