ngx-indexed-db
Version:
Angular wrapper to IndexedDB database.
10 lines (9 loc) • 312 B
TypeScript
/**
* Factory function for creating an instance of IDBFactory.
*
* It determines the platform using the {@link PLATFORM_ID} to decide whether to use the
* browser's IndexedDB or a server-side implementation.
*
* @returns {IDBFactory} IDBFactory.
*/
export declare function indexedDbFactory(): IDBFactory;