Module indexeddb_thread

Source

Structs§

IndexedDBKeyRange
IndexedDBRecord
https://w3c.github.io/IndexedDB/#record-snapshot

Enums§

AsyncOperation
Operations that are not executed instantly, but rather added to a queue that is eventually run.
AsyncReadOnlyOperation
AsyncReadWriteOperation
BackendError
Any error from the backend
CreateObjectResult
IndexedDBKeyType
https://www.w3.org/TR/IndexedDB-2/#key-type
IndexedDBThreadMsg
IndexedDBTxnMode
KeyPath
PutItemResult
SyncOperation

Type Aliases§

BackendResult
DbError
DbResult
A DbResult wraps any part of a call that has to reach into the backend (in this case sqlite.rs) These errors could be anything, depending on the backend