【问题标题】:Uncaught DOMException: Failed to execute 'setItem' on 'Storage': Setting the value of 'domains' exceeded the quota未捕获的 DOMException:无法在“存储”上执行“setItem”:设置“域”的值超出了配额
【发布时间】:2018-09-30 02:05:36
【问题描述】:

当我打开控制台时,每次在 chrome 中都会显示此错误。

未捕获的 DOMException:无法在“存储”上执行“setItem”:设置 “域”的值超过了配额。在 HTMLScriptElement.a.onload (https://dl.metabar.ru/static/storage/js/storage.min.js version=201804162002:1:6177) a.onload....

这是为什么呢?

【问题讨论】:

  • localstorage 的空间配额有限,小于 5 MB。
  • 我应该怎么做才能修复错误?

标签: javascript wordpress google-chrome local-storage domexception


【解决方案1】:

实际上,您的存储空间已满,而且很可能是因为您的某些浏览器扩展而已满。

【讨论】:

    猜你喜欢
    • 2021-07-28
    • 2021-07-21
    • 1970-01-01
    • 2019-08-16
    • 1970-01-01
    • 2022-06-17
    • 2019-08-26
    • 2018-03-06
    • 2018-08-05
    相关资源
    最近更新 更多