start working on slopstore class analogous to checkcache class

This commit is contained in:
Jack Case
2026-01-05 20:58:34 +00:00
parent 0f1ea5fc31
commit e01b00eab7
2 changed files with 108 additions and 61 deletions

View File

@@ -55,6 +55,14 @@ export class SlopStore {
constructor(slopdb: IDBPDatabase) {
this.slopdb = slopdb
}
async store(domain: string, path: string) {
}
async get(url: string) {
}
}
export class SlopDB {