Stable category for an IndexedDB pending-storage failure.
Declaration
export type IndexedDbPendingCommitStorageErrorCode = | "unavailable" | "blocked" | "aborted" | "quota" | "unsupported-schema" | "transaction" | "conflict" | "limit";