From a74cdf05295764258fe9e7f66f73a442a9b46697 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 11 Jan 2022 21:00:12 +0100 Subject: fix DB indexing issues --- packages/idb-bridge/src/idb-wpt-ported/idbcursor-update-index.test.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'packages/idb-bridge/src/idb-wpt-ported') diff --git a/packages/idb-bridge/src/idb-wpt-ported/idbcursor-update-index.test.ts b/packages/idb-bridge/src/idb-wpt-ported/idbcursor-update-index.test.ts index 538665457..dcbee2b16 100644 --- a/packages/idb-bridge/src/idb-wpt-ported/idbcursor-update-index.test.ts +++ b/packages/idb-bridge/src/idb-wpt-ported/idbcursor-update-index.test.ts @@ -10,7 +10,6 @@ import { // IDBCursor.update() - index - modify a record in the object store test.cb("WPT test idbcursor_update_index.htm", (t) => { var db: any, - count = 0, records = [ { pKey: "primaryKey_0", iKey: "indexKey_0" }, { pKey: "primaryKey_1", iKey: "indexKey_1" }, -- cgit v1.2.3