javascript - If HTML5 local browser database entries exceed its fixed size -
i have html5 local browser database 2mb in size. suppose entries inserting 1 one or in loop, happen if entries crossed limit of fixed size, 2mb?
it true size not exceed automatically if limit crossed top entries first entered automatically removed adjust new entries or new entries stop insert?
if exceed storage throw “quota_exceeded_err” exception. can catch exception , manage storage manually
Comments
Post a Comment