Skip to content
Sheetwrite

Sheetwrite / Documentation

IndexedDbPendingCommitStorageError@sheetwrite/core/browser

Typed IndexedDB failure raised by durable pending-commit storage.

Typed IndexedDB failure raised by durable pending-commit storage.

Members 2

constructor
constructor(code: IndexedDbPendingCommitStorageErrorCode, message: string, options?: ErrorOptions);
code
code: IndexedDbPendingCommitStorageErrorCode

Declaration

View full TypeScript declaration
class IndexedDbPendingCommitStorageError extends Error {
constructor(
code: IndexedDbPendingCommitStorageErrorCode,
message: string,
options?: ErrorOptions,
);
code: IndexedDbPendingCommitStorageErrorCode;
}