aboutsummaryrefslogtreecommitdiff
path: root/packages/idb-bridge/src/idb-wpt-ported/wptsupport.ts
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-02-22 20:49:36 +0100
committerFlorian Dold <florian@dold.me>2021-02-22 20:49:36 +0100
commitf0d820d8c6492cc490e4128f744544999933146b (patch)
tree87b9361cba6f469e48b912804d076f8940a13736 /packages/idb-bridge/src/idb-wpt-ported/wptsupport.ts
parent3eced74a88de43ab9afe542fcce20a8db8e3fe60 (diff)
downloadwallet-core-f0d820d8c6492cc490e4128f744544999933146b.tar.xz
idb: fix 'prevunique' iteration and other bugs
Diffstat (limited to 'packages/idb-bridge/src/idb-wpt-ported/wptsupport.ts')
-rw-r--r--packages/idb-bridge/src/idb-wpt-ported/wptsupport.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/idb-bridge/src/idb-wpt-ported/wptsupport.ts b/packages/idb-bridge/src/idb-wpt-ported/wptsupport.ts
index 9ec46c765..5f6b0a040 100644
--- a/packages/idb-bridge/src/idb-wpt-ported/wptsupport.ts
+++ b/packages/idb-bridge/src/idb-wpt-ported/wptsupport.ts
@@ -12,9 +12,9 @@ import {
import { MemoryBackend } from "../MemoryBackend";
import { compareKeys } from "../util/cmp";
-BridgeIDBFactory.enableTracing = true;
+BridgeIDBFactory.enableTracing = false;
const backend = new MemoryBackend();
-backend.enableTracing = true;
+backend.enableTracing = false;
export const idbFactory = new BridgeIDBFactory(backend);
const self = {