localstorage进行setItem,Chrome报DOM Exception

"Error: An attempt was made to add something to storage that exceeded the quota.
    at Object.$.ajax.success (http://127.0.0.1:8001/static/seg/js/storage.js:29:34)
    at jQuery.Callbacks.fire (http://127.0.0.1:8001/static/js/jquery-1.7.2.js:1075:30)
    at Object.jQuery.Callbacks.self.fireWith [as resolveWith] (http://127.0.0.1:8001/static/js/jquery-1.7.2.js:1193:7)
    at done (http://127.0.0.1:8001/static/js/jquery-1.7.2.js:7538:14)
    at jQuery.ajaxTransport.send.callback (http://127.0.0.1:8001/static/js/jquery-1.7.2.js:8324:8)
    at Object.jQuery.ajaxTransport.send (http://127.0.0.1:8001/static/js/jquery-1.7.2.js:8332:7)
    at Function.jQuery.extend.ajax (http://127.0.0.1:8001/static/js/jquery-1.7.2.js:7719:15)
    at Project._setEventDictToStorage (http://127.0.0.1:8001/static/seg/js/storage.js:17:11)
    at HTMLDocument.<anonymous> (http://127.0.0.1:8001/analysis/Pirates/segmentation:71:16)
    at jQuery.Callbacks.fire (http://127.0.0.1:8001/static/js/jquery-1.7.2.js:1075:30)"

在我用localstorage进行setItem时, chrome报出如上错误。这是一个DOM exception的错误~

最终发现原来LocalStorage对于单条限制大小不能超过5M,(事实上2M的时候就已经setItem不成功了~~~囧);

当初美好的想将一些数据存储到localstorage的思路现在出现了极大问题;

localstorage只适合存储那些不怎么变化的数据,或者下次还能被再次使用的数据。对于经常需要变动的数据,还是直接从后台取才是王道。

 见博文:

http://www.cnblogs.com/zjcn/archive/2012/07/03/2575026.html  localStorage兼容方案实现

http://www.cnblogs.com/sniper007/archive/2012/10/30/2746299.html   浏览器本地数据(sessionStorage、localStorage、cookie)与server端数据

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值