Closed alekseykulikov closed 9 years ago
I think this is causing issues for us whereby when Safari prompts the user to permit access to more disk space the current transaction that triggered the prompt silently fails. This results in data being lost without our code being any the wiser.
This is fixed now (as of v2.2.1)
You already call onerror callback on transaction. So solution might be to add:
to https://github.com/axemclion/IndexedDBShim/blob/master/src/IDBTransaction.js#L109