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);
name
name: "IndexedDbPendingCommitStorageError"

Declaration

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