html5 – Google Chrome浏览器上的Indexed DB的存储限制是多少?

前端之家收集整理的这篇文章主要介绍了html5 – Google Chrome浏览器上的Indexed DB的存储限制是多少?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
软限制是什么(用户需要许可超过)?
什么是硬限制(最大允许)。

解决方法

Chrome在达到 QUOTA_ERR. Here’s a MDN reference之前有一个5mb的软限制。

spec提到了一个QuotaExceededError,但似乎没有说出什么时候应该抛出。

QuotaExceededError The operation Failed because there was not enough
remaining storage space,or the storage quota was reached and the user
declined to give more space to the database.

我没有听到有限的限制,在我自己的发展中没有达到一个。在达成之前,表现应该非常南。

原文链接:https://www.f2er.com/html5/169339.html

猜你在找的HTML5相关文章