IndexedDB Error on Firefox with big Database (Maybe a quota?)

前端 未结 0 1605
遥遥无期
遥遥无期 2020-12-01 05:11

I condensed my code down to the following script to show the error:

    const request = indexedDB.open("myDatabase",10);
request.onupgradeneeded = f         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题