Skip to content
Sheetwrite

Sheetwrite / Documentation

IndexedDbPendingCommitStorageErrorCode@sheetwrite/core/browser

Stable category for an IndexedDB pending-storage failure.

Stable category for an IndexedDB pending-storage failure.

Declaration

export type IndexedDbPendingCommitStorageErrorCode =
| "unavailable"
| "blocked"
| "aborted"
| "quota"
| "unsupported-schema"
| "transaction"
| "conflict"
| "limit";