ok, a build works now but still messing around with it

This commit is contained in:
Jack Case
2025-12-10 17:06:48 +00:00
parent 6cc5f5221e
commit eaae532f4f
5 changed files with 34 additions and 6 deletions

View File

@@ -1,3 +1,8 @@
// import { } from "./common.js"
import { Database } from "indexeddb-promise/indexeddb.js"
const db = new Database("asdf", 1)
export class IDBCursorValueIterator {
cursor: IDBCursorWithValue