Search code examples
internet-explorer-10indexeddbweb-storage

What is the maximum size of an indexedDB database in IE10


So far I have:

Firefox: unlimited

Safari: 50MB (and uses web sql instead of idb)

Chrome: unlimited

Opera: unlimited

IE: ???


Solution

  • For IE10 you can find an awnser here. You will see that the normal limit is 250mb, but as user you can increase it until 999 mb per domain. How to is described in the post.