QuotaExceededError using Ionic Storage with a few strings

做~自己de王妃 提交于 2019-12-05 02:44:38

By chance, tonight I discovered that the hard disk of my windows PC was almost full, which was generating problems of virtual memory, and specifically in chrome problems with the local storage

I had the same issue and discovered that my hard disk running short of space. Cleared the memory and it worked fine.

Manigandan

Did you try this:

IonicStorageModule.forRoot({
  name: ‘__mydb’,
  driverOrder: [‘sqlite’, ‘websql’, ‘indexeddb’]
})
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!