Types
Classes
| Name | Summary |
|---|---|
| IndexAttribute | |
| ObjectStoreAttribute | Helps define the structure of a IndexedDbObjectStore so you don’t have to subclass one for every object store. |
| IndexedDbException | |
| IndexedDbNotFoundException | |
| IndexedDbDatabase | Provides functionality for accessing IndexedDB from Blazor application |
| IndexedDbIndex | Defines an Index for a given object store. |
| IndexedDbObjectStore | Defines a store to add to database |
| KeyRange |