请问老师这段代码的作用是什么啊?

来源:4-5 localstroage边界值+结尾

慕粉15102700706

2017-11-19 17:22


while(off){
if(isleft){
end=base-(off/2);
}else{
end=base+(off/2);
}
sstr=str.slice(0,end);
localStorage.clear();
try{
localStorage.setItem('cache',sstr);
limit=sstr.length;
isleft=0;
}catch(e){
isleft=1;
}
base=end;
off=Math.floor(off/2)
}


写回答 关注

1回答

  • 慕圣1231552
    2017-12-17 13:26:16

    检查localstorage的最大大小

前端性能优化-通用的缓存SDK

学习前端性能优化,突破工作瓶颈!

24892 学习 · 50 问题

查看课程

相似问题