Skip to main content

IndexedDBDataSource.load() method

loads all from the indexed db storage

Signature:

load(): Promise<Type[]>;

Returns:

Promise<Type[]>