moutard / SubZoom-Proto1

1 stars 1 forks source link

Chromium - READ_ONLY_ERR: DOM IDBDatabase Exception 9 #48

Closed moutard closed 11 years ago

moutard commented 12 years ago

According to w3c indexedDb api, versionchange transaction is similar to a readwrite transaction. But whan the database is full and you want to purge it during the installation there is an error.

READ_ONLY_ERR: DOM IDBDatabase Exception 9

But I don't know where a readonly transaction is launched.

moutard commented 11 years ago

Stop support of chromium because the version are < 18. We need version > 22. (for event pages and others.) Maybe do something for rocket melt compatibility but it's not the priority.