Uncaught DOMException: Failed to execute 'setItem' on 'Storage': Setting the value of 'domains' exceeded the quota

▼魔方 西西 提交于 2020-12-29 14:13:52

问题


This error shows every time in chrome when i open the console.

Uncaught DOMException: Failed to execute 'setItem' on 'Storage': Setting the value of 'domains' exceeded the quota. at HTMLScriptElement.a.onload (https://dl.metabar.ru/static/storage/js/storage.min.js version=201804162002:1:6177) a.onload....

Why is that?


回答1:


Actually your Storage is full and most likely it is full because of some of your browser extensions.



来源:https://stackoverflow.com/questions/49923280/uncaught-domexception-failed-to-execute-setitem-on-storage-setting-the-val

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!