Rxova
Skip to content

IndexedDbAdapterOptions

optional database?: string;

Database name. Default ‘use-everywhere’.


optional onError?: (error, operation) => void;

Called when an operation fails: blocked storage, a version conflict, a quota. Persistence stays best-effort either way — this is the observability seam, not a recovery path.

ParameterType
errorunknown
operation"read" | "write" | "remove"

void