diff options
Diffstat (limited to 'includes/external/matrix/node_modules/matrix-js-sdk/lib/indexeddb-helpers.d.ts')
-rw-r--r-- | includes/external/matrix/node_modules/matrix-js-sdk/lib/indexeddb-helpers.d.ts | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/includes/external/matrix/node_modules/matrix-js-sdk/lib/indexeddb-helpers.d.ts b/includes/external/matrix/node_modules/matrix-js-sdk/lib/indexeddb-helpers.d.ts deleted file mode 100644 index dd5a966..0000000 --- a/includes/external/matrix/node_modules/matrix-js-sdk/lib/indexeddb-helpers.d.ts +++ /dev/null @@ -1,10 +0,0 @@ -/** - * Check if an IndexedDB database exists. The only way to do so is to try opening it, so - * we do that and then delete it did not exist before. - * - * @param indexedDB - The `indexedDB` interface - * @param dbName - The database name to test for - * @returns Whether the database exists - */ -export declare function exists(indexedDB: IDBFactory, dbName: string): Promise<boolean>; -//# sourceMappingURL=indexeddb-helpers.d.ts.map
\ No newline at end of file |