- From: Joshua Bell <notifications@github.com>
- Date: Mon, 01 Jun 2015 15:34:32 -0700
- To: w3c/IndexedDB <IndexedDB@noreply.github.com>
- Message-ID: <w3c/IndexedDB/issues/11/107736952@github.com>
IDBObjectStore: * add/put: * FF: TransactionInactiveError > ReadOnlyError > DataError * Cr: InvalidStateError (deleted) > TransactionInactiveError > ReadOnlyError > DataError * clear * FF: TransactionInactiveError > ReadOnlyError * Cr: InvalidStateError (deleted) > TransactionInactiveError > ReadOnlyError * createIndex * FF: SyntaxError > InvalidStateError > ConstraintError > InvalidAccessError * Cr: InvalidStateError (deleted) > TransactionInactiveError > SyntaxError > ConstraintError > InvalidAccessError * delete * FF: TransactionInactiveError > ReadOnly > DataError * Cr: InvalidStateError (deleted) > TransactionInactiveError > ReadOnly > DataError * deleteIndex * FF: InvalidStateError > NotFoundError * Cr: InvalidStateError (deleted) > TransactionInactiveError > NotFoundError * get/getAll/getAllKeys/count/openCursor/openKeyCursor * FF: TransactionInactiveError > DataError * Cr: InvalidStateError (deleted) > TransactionInactiveError > DataError --- Reply to this email directly or view it on GitHub: https://github.com/w3c/IndexedDB/issues/11#issuecomment-107736952
Received on Monday, 1 June 2015 22:35:04 UTC