this has broken me but it's done

This commit is contained in:
Jack Case
2025-12-10 21:02:55 +00:00
parent df37dd9536
commit 6a5c81104e
4 changed files with 10 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
import { openDB, IDBPDatabase } from "/idb/index.js"
import { openDB, IDBPDatabase } from "idb/index.js"
export class IDBCursorValueIterator {
cursor: IDBCursorWithValue