From 633c92eae865e957121e08de634aeee11a8b3992 Mon Sep 17 00:00:00 2001 From: RaindropsSys Date: Mon, 24 Apr 2023 14:03:36 +0200 Subject: Updated 18 files, added 1692 files and deleted includes/system/compare.inc (automated) --- .../node_modules/matrix-js-sdk/lib/indexeddb-helpers.d.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 includes/external/matrix/node_modules/matrix-js-sdk/lib/indexeddb-helpers.d.ts (limited to 'includes/external/matrix/node_modules/matrix-js-sdk/lib/indexeddb-helpers.d.ts') 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 new file mode 100644 index 0000000..dd5a966 --- /dev/null +++ b/includes/external/matrix/node_modules/matrix-js-sdk/lib/indexeddb-helpers.d.ts @@ -0,0 +1,10 @@ +/** + * 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; +//# sourceMappingURL=indexeddb-helpers.d.ts.map \ No newline at end of file -- cgit