我们的h5内使用了indexdb,今天开始多了很多之前未见过的报错,集中在iphone,如打开失败、写入失败等
case1:不断下载文件并写入idb,写入成功一些之后,突然报下述错误
{"message":"Attempt to delete range from database without an in-progress transaction","name":"UnknownError"} 但代码是没有问题的,也使用了transaction去操作idb,之前没有出现过
case2:10%左右的概率打开idb失败,idb报的错还挺多,如onupgradeneeded调起后,onsuccess一直无法调起
还有打开时报aborted error,之前都没有遇到过
请具体描述问题出现的流程,并提供能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)。
是更新版本导致的吗