Closed phlax closed 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
changing "readwrite" to window.IDBTransaction.READ_WRITE in the tests makes them pass
Apologies, i was blocking db storage.
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