PASS IDBObjectStore.get exception order: InvalidStateError vs. TransactionInactiveError | |
PASS IDBObjectStore.get exception order: TransactionInactiveError vs. DataError | |
PASS IDBObjectStore.getAll exception order: InvalidStateError vs. TransactionInactiveError | |
PASS IDBObjectStore.getAll exception order: TransactionInactiveError vs. DataError | |
PASS IDBObjectStore.getAllKeys exception order: InvalidStateError vs. TransactionInactiveError | |
PASS IDBObjectStore.getAllKeys exception order: TransactionInactiveError vs. DataError | |
PASS IDBObjectStore.count exception order: InvalidStateError vs. TransactionInactiveError | |
PASS IDBObjectStore.count exception order: TransactionInactiveError vs. DataError | |
PASS IDBObjectStore.openCursor exception order: InvalidStateError vs. TransactionInactiveError | |
PASS IDBObjectStore.openCursor exception order: TransactionInactiveError vs. DataError | |
PASS IDBObjectStore.openKeyCursor exception order: InvalidStateError vs. TransactionInactiveError | |
PASS IDBObjectStore.openKeyCursor exception order: TransactionInactiveError vs. DataError | |