Web SQL Storage Limitations in Chrome and Android?

前端 未结 1 629
执笔经年
执笔经年 2021-02-14 01:21

So I am writing a web app that needs to store ~40MB of offline data in a offline Web SQL database. It needs to work in Chrome (desktop), Safari (desktop and mobile) and android\

相关标签:
1条回答
  • 2021-02-14 01:49

    See this link for Google Chrome:

    http://code.google.com/chrome/extensions/manifest.html#permissions

    Default is 5MB, but you can switch the unlimitedStorage property

    Here is another discussion on the same topic:

    What Is the Size Limitation of Google Chrome Databases for Google Chrome Apps?

    For Android if found this thread that might be helpful: SQLite database maximum storage capacity

    0 讨论(0)
提交回复
热议问题