todo comment

This commit is contained in:
Bruno Windels 2020-10-01 14:35:46 +02:00
parent 3c7125bb88
commit d5a6a4d350

View file

@ -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);
}
}