mirror of
https://github.com/vector-im/element-call.git
synced 2024-11-15 00:04:59 +08:00
Add type to indexeddb variable
This commit is contained in:
parent
2cdbeb6f12
commit
9edc1acc90
@ -48,7 +48,7 @@ export async function initClient(
|
||||
window.OLM_OPTIONS = {};
|
||||
await Olm.init({ locateFile: () => olmWasmPath });
|
||||
|
||||
let indexedDB;
|
||||
let indexedDB: IDBFactory;
|
||||
|
||||
try {
|
||||
indexedDB = window.indexedDB;
|
||||
|
Loading…
Reference in New Issue
Block a user