From d5a6a4d350a568354c7ad70db1d935a0e5236ee0 Mon Sep 17 00:00:00 2001 From: Bruno Windels Date: Thu, 1 Oct 2020 14:35:46 +0200 Subject: [PATCH] todo comment --- src/matrix/storage/idb/Store.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/matrix/storage/idb/Store.js b/src/matrix/storage/idb/Store.js index 11112ba7..22851af0 100644 --- a/src/matrix/storage/idb/Store.js +++ b/src/matrix/storage/idb/Store.js @@ -114,6 +114,7 @@ class QueryTargetWrapper { try { return this._qt.index(...params); } catch(err) { + // TODO: map to different error? this is not a request throw new IDBRequestAttemptError("index", this._qt, err, params); } }