Search completed in 1.52 seconds.
30 results for "oninactive":
Your results are loading. Please wait...
DOMException - Web APIs
transactioninactiveerror a request was placed against a transaction that is currently not active or is finished (no legacy code value and constant name).
...adds the notreadableerror, unknownerror, constrainterror, dataerror, transactioninactiveerror, readonlyerror, versionerror, operationerror, and notallowederror values.
IDBCursor.advance() - Web APIs
WebAPIIDBCursoradvance
exceptions this method may raise a domexception of one of the following types: exception description transactioninactiveerror this idbcursor's transaction is inactive.
IDBCursor.continue() - Web APIs
exceptions this method may raise a domexception of one of the following types: exception description transactioninactiveerror this idbcursor's transaction is inactive.
IDBCursor.continuePrimaryKey() - Web APIs
exceptions this method may raise a domexception of one of the following types: exception description transactioninactiveerror this idbcursor's transaction is inactive.
IDBCursor.delete() - Web APIs
WebAPIIDBCursordelete
exceptions this method may raise a domexception of one of the following types: exception description transactioninactiveerror this idbcursor's transaction is inactive.
IDBCursor.update() - Web APIs
WebAPIIDBCursorupdate
exceptions this method may raise a domexception of one of the following types: exception description transactioninactiveerror this idbcursor's transaction is inactive.
IDBDatabase.createObjectStore() - Web APIs
transactioninactiveerror occurs if a request is made on a source database that doesn't exist (e.g.
IDBDatabase.deleteObjectStore() - Web APIs
transactioninactiveerror occurs if a request is made on a source database that doesn't exist (e.g.
IDBIndex.count() - Web APIs
WebAPIIDBIndexcount
exceptions this method may raise a domexception of one of the following types: exception description transactioninactiveerror this idbindex's transaction is inactive.
IDBIndex.get() - Web APIs
WebAPIIDBIndexget
exceptions this method may raise a domexception of one of the following types: exception description transactioninactiveerror this idbindex's transaction is inactive.
IDBIndex.getAll() - Web APIs
WebAPIIDBIndexgetAll
exceptions this method may raise a domexception of the following types: exception description transactioninactiveerror this idbindex's transaction is inactive.
IDBIndex.getAllKeys() - Web APIs
exceptions this method may raise a domexception of the following types: exception description transactioninactiveerror this idbindex's transaction is inactive.
IDBIndex.getKey() - Web APIs
WebAPIIDBIndexgetKey
exceptions this method may raise a domexception of one of the following types: exception description transactioninactiveerror this idbindex's transaction is inactive.
IDBIndex.name - Web APIs
WebAPIIDBIndexname
transactioninactiveerror the current transaction is not active.
IDBIndex.openCursor() - Web APIs
exceptions this method may raise a domexception of one of the following types: exception description transactioninactiveerror this idbindex's transaction is inactive.
IDBIndex.openKeyCursor() - Web APIs
exceptions this method may raise a domexception of one of the following types: exception description transactioninactiveerror this idbindex's transaction is inactive.
IDBObjectStore.add() - Web APIs
transactioninactiveerror this idbobjectstore's transaction is inactive.
IDBObjectStore.clear() - Web APIs
transactioninactiveerror this idbobjectstore's transaction is inactive.
IDBObjectStore.count() - Web APIs
transactioninactiveerror this idbobjectstore's transaction is inactive.
IDBObjectStore.createIndex() - Web APIs
transactioninactiveerror occurs if the transaction this idbobjectstore belongs to is not active (e.g.
IDBObjectStore.delete() - Web APIs
exceptions this method may raise a domexception of the following types: exception description transactioninactiveerror this object store's transaction is inactive.
IDBObjectStore.deleteIndex() - Web APIs
transactioninactiveerror occurs if the transaction this idbobjectstore belongs to is not active (e.g.
IDBObjectStore.get() - Web APIs
exceptions this method may raise a domexception of one of the following types: exception description transactioninactiveerror this idbobjectstore's transaction is inactive.
IDBObjectStore.getAll() - Web APIs
exceptions this method may raise a domexception of one of the following types: exception description transactioninactiveerror this idbobjectstore's transaction is inactive.
IDBObjectStore.getAllKeys() - Web APIs
exceptions this method may raise a domexception of one of the following types: exception description transactioninactiveerror this idbobjectstore's transaction is inactive.
IDBObjectStore.getKey() - Web APIs
exceptions this method may raise a domexception of one of the following types: exception description transactioninactiveerror this idbobjectstore's transaction is inactive.
IDBObjectStore.name - Web APIs
transactioninactiveerror the current transaction is not active.
IDBObjectStore.openCursor() - Web APIs
transactioninactiveerror this idbobjectstore's transaction is inactive.
IDBObjectStore.openKeyCursor() - Web APIs
transactioninactiveerror this idbobjectstore's transaction is inactive.
IDBObjectStore.put() - Web APIs
transactioninactiveerror this idbobjectstore's transaction is inactive.