Typed IndexedDB failure raised by durable pending-commit storage.
- Package
@sheetwrite/core/browser
- Source
packages/core/src/indexeddb.ts#L22
Members 2
constructor
constructor(code: IndexedDbPendingCommitStorageErrorCodetype IndexedDbPendingCommitStorageErrorCode =
| "unavailable"
| "blocked"
| "aborted"
| "quota"
| "unsupported-schema"
| "transaction"
| "conflict"
| "limit";type IndexedDbPendingCommitStorageErrorCode =
| "unavailable"
| "blocked"
| "aborted"
| "quota"
| "unsupported-schema"
| "transaction"
| "conflict"
| "limit";type IndexedDbPendingCommitStorageErrorCode =
| "unavailable"
| "blocked"
| "aborted"
| "quota"
| "unsupported-schema"
| "transaction"
| "conflict"
| "limit";Stable category for an IndexedDB pending-storage failure.API reference →, message: string, options?: ErrorOptions);
code
code: IndexedDbPendingCommitStorageErrorCodetype IndexedDbPendingCommitStorageErrorCode =
| "unavailable"
| "blocked"
| "aborted"
| "quota"
| "unsupported-schema"
| "transaction"
| "conflict"
| "limit";type IndexedDbPendingCommitStorageErrorCode =
| "unavailable"
| "blocked"
| "aborted"
| "quota"
| "unsupported-schema"
| "transaction"
| "conflict"
| "limit";type IndexedDbPendingCommitStorageErrorCode =
| "unavailable"
| "blocked"
| "aborted"
| "quota"
| "unsupported-schema"
| "transaction"
| "conflict"
| "limit";Stable category for an IndexedDB pending-storage failure.API reference →
Declaration
View full TypeScript declaration
class IndexedDbPendingCommitStorageError extends Error {
code: IndexedDbPendingCommitStorageErrorCodetype IndexedDbPendingCommitStorageErrorCode =
| "unavailable"
| "blocked"
| "aborted"
| "quota"
| "unsupported-schema"
| "transaction"
| "conflict"
| "limit";type IndexedDbPendingCommitStorageErrorCode =
| "unavailable"
| "blocked"
| "aborted"
| "quota"
| "unsupported-schema"
| "transaction"
| "conflict"
| "limit";type IndexedDbPendingCommitStorageErrorCode =
| "unavailable"
| "blocked"
| "aborted"
| "quota"
| "unsupported-schema"
| "transaction"
| "conflict"
| "limit";Stable category for an IndexedDB pending-storage failure.API reference →, code: IndexedDbPendingCommitStorageErrorCodetype IndexedDbPendingCommitStorageErrorCode =
| "unavailable"
| "blocked"
| "aborted"
| "quota"
| "unsupported-schema"
| "transaction"
| "conflict"
| "limit";type IndexedDbPendingCommitStorageErrorCode =
| "unavailable"
| "blocked"
| "aborted"
| "quota"
| "unsupported-schema"
| "transaction"
| "conflict"
| "limit";type IndexedDbPendingCommitStorageErrorCode =
| "unavailable"
| "blocked"
| "aborted"
| "quota"
| "unsupported-schema"
| "transaction"
| "conflict"
| "limit";Stable category for an IndexedDB pending-storage failure.API reference →;