axemclion / IndexedDB

API wrapper on the IndexedDB APIs
http://nparashuram.com/IndexedDB
69 stars 14 forks source link

Examples not working in iceweasel(firefox) 10.0.12 #5

Closed phlax closed 11 years ago

phlax commented 11 years ago

Hi,

The examples page: http://nparashuram.com/jquery-indexeddb/example/index.html

doesnt seem to work in iceweasel/firefox.

i have also tried running the tests:

http://nparashuram.com/IndexedDBShim/test/index.html

which reach as far as the ObjectStoreCRUDTests, and fail with:

"A mutation operation was attempted in a READ_ONLY transaction."

on line 33

phlax commented 11 years ago

changing "readwrite" to window.IDBTransaction.READ_WRITE in the tests makes them pass

phlax commented 11 years ago

Apologies, i was blocking db storage.