What is the maximum size of an indexedDB database in IE10

indexeddb, internet-explorer-10, web-storage

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.

Problem

So far I have: Firefox: unlimited Safari: 50MB (and uses web sql instead of idb) Chrome: unlimited Opera: unlimited IE: ???

Original source